summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategies.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-04 15:28:40 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-04 15:28:40 -0400
commit1a88a982b43f2f3a0735890b00a45e178727812f (patch)
treea5a49a6bc15261cc3d44a879cbe857f408517c3f /lib/sqlalchemy/orm/strategies.py
parent9a49e09d0bae23bde869842c1444b65dc7e58c3d (diff)
downloadsqlalchemy-1a88a982b43f2f3a0735890b00a45e178727812f.tar.gz
find some more inline imports and move them out
Diffstat (limited to 'lib/sqlalchemy/orm/strategies.py')
-rw-r--r--lib/sqlalchemy/orm/strategies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/strategies.py b/lib/sqlalchemy/orm/strategies.py
index aa46d06a8..fac8a3c6f 100644
--- a/lib/sqlalchemy/orm/strategies.py
+++ b/lib/sqlalchemy/orm/strategies.py
@@ -350,7 +350,6 @@ class LazyLoader(AbstractRelationshipLoader):
# determine if our "lazywhere" clause is the same as the mapper's
# get() clause. then we can just use mapper.get()
- #from sqlalchemy.orm import query
self.use_get = not self.uselist and \
self.mapper._get_clause[0].compare(
self._lazywhere,