diff options
Diffstat (limited to 'lib/sqlalchemy/testing/pickleable.py')
| -rw-r--r-- | lib/sqlalchemy/testing/pickleable.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/pickleable.py b/lib/sqlalchemy/testing/pickleable.py index fe68457e8..5a903aae7 100644 --- a/lib/sqlalchemy/testing/pickleable.py +++ b/lib/sqlalchemy/testing/pickleable.py @@ -63,8 +63,8 @@ class Foo(object):      def __eq__(self, other):          return other.data == self.data and \ -                other.stuff == self.stuff and \ -                other.moredata == self.moredata +            other.stuff == self.stuff and \ +            other.moredata == self.moredata  class Bar(object):  | 
