summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/coercions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql/coercions.py')
-rw-r--r--lib/sqlalchemy/sql/coercions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/coercions.py b/lib/sqlalchemy/sql/coercions.py
index ccd506a73..39e6628e4 100644
--- a/lib/sqlalchemy/sql/coercions.py
+++ b/lib/sqlalchemy/sql/coercions.py
@@ -101,7 +101,6 @@ class RoleImpl(object):
self._use_inspection = issubclass(role_class, roles.UsesInspection)
def _resolve_for_clause_element(self, element, argname=None, **kw):
- literal_coercion = self._literal_coercion
original_element = element
is_clause_element = False