summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/attributes.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-12-16 08:26:58 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-12-16 08:26:58 +0000
commit5b4c585078a38da03f6cf8b5958022911cb611e3 (patch)
treebf0a4d6899f3badbcb16e035b5c1d2df6b490c20 /lib/sqlalchemy/attributes.py
parent2c82048f07b7030281c6a3fd28d072804ce004ca (diff)
downloadsqlalchemy-5b4c585078a38da03f6cf8b5958022911cb611e3.tar.gz
indent..
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r--lib/sqlalchemy/attributes.py2
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