summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql.py')
-rw-r--r--lib/sqlalchemy/sql.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql.py b/lib/sqlalchemy/sql.py
index da0647967..85d87b10a 100644
--- a/lib/sqlalchemy/sql.py
+++ b/lib/sqlalchemy/sql.py
@@ -243,8 +243,8 @@ class ClauseElement(object):
caching a SQL expression.
Note that since ClauseElements may be mutable, the hash_key() value is subject to
- change if the underlying structure of the ClauseElement changes.""" raise
- NotImplementedError(repr(self))
+ change if the underlying structure of the ClauseElement changes."""
+ raise NotImplementedError(repr(self))
def _get_from_objects(self):
raise NotImplementedError(repr(self))
def _process_from_dict(self, data, asfrom):
@@ -1013,4 +1013,4 @@ class Sequence(BindParamClause):
def accept_visitor(self, visitor):
visitor.visit_sequence(self)
- \ No newline at end of file
+