summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
-rw-r--r--lib/sqlalchemy/orm/attributes.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py
index 1b8c8c7f3..f37928cc1 100644
--- a/lib/sqlalchemy/orm/attributes.py
+++ b/lib/sqlalchemy/orm/attributes.py
@@ -109,10 +109,6 @@ class QueryableAttribute(
instance_state(instance), instance_dict(instance), passive
)
- def __selectable__(self):
- # TODO: conditionally attach this method based on clause_element ?
- return self
-
@util.memoized_property
def info(self):
"""Return the 'info' dictionary for the underlying SQL element.