From: Mike Bayer Date: Fri, 16 Dec 2005 08:26:58 +0000 (+0000) Subject: indent.. X-Git-Tag: rel_0_1_0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4c585078a38da03f6cf8b5958022911cb611e3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git indent.. --- diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py index c40dfe028c..912dfff991 100644 --- a/lib/sqlalchemy/attributes.py +++ b/lib/sqlalchemy/attributes.py @@ -322,7 +322,7 @@ class AttributeManager(object): except KeyError: pass - def remove(self, obj): + def remove(self, obj): """not sure what this is.""" pass