diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-12-16 08:26:58 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-12-16 08:26:58 +0000 |
commit | 5b4c585078a38da03f6cf8b5958022911cb611e3 (patch) | |
tree | bf0a4d6899f3badbcb16e035b5c1d2df6b490c20 /lib/sqlalchemy/attributes.py | |
parent | 2c82048f07b7030281c6a3fd28d072804ce004ca (diff) | |
download | sqlalchemy-5b4c585078a38da03f6cf8b5958022911cb611e3.tar.gz |
indent..
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r-- | lib/sqlalchemy/attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py index c40dfe028..912dfff99 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 |