From 5d0706fee3010836420b59d4cbdbe17d6cf9ffc7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Nov 2005 03:16:53 +0000 Subject: [PATCH] --- lib/sqlalchemy/sql.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sqlalchemy/sql.py b/lib/sqlalchemy/sql.py index da0647967c..85d87b10af 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 + -- 2.47.2