summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sqlalchemy/topological.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/topological.py b/lib/sqlalchemy/topological.py
index 4c58a2a0c..566a83f92 100644
--- a/lib/sqlalchemy/topological.py
+++ b/lib/sqlalchemy/topological.py
@@ -165,7 +165,6 @@ class QueueDependencySorter(object):
# edges remain but no edgeless nodes to remove; this indicates
# a cycle
if allow_all_cycles:
- x = self._find_cycles(edges)
for cycle in self._find_cycles(edges):
lead = cycle[0][0]
lead.cycles = util.Set()