diff options
Diffstat (limited to 'lib/sqlalchemy/topological.py')
-rw-r--r-- | lib/sqlalchemy/topological.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/topological.py b/lib/sqlalchemy/topological.py index 15739ae82..242e4bd89 100644 --- a/lib/sqlalchemy/topological.py +++ b/lib/sqlalchemy/topological.py @@ -51,9 +51,6 @@ class _EdgeCollection(object): return self.parent_to_children[node] - def get_parents(self): - return self.parent_to_children.keys() - def pop_node(self, node): """Remove all edges where the given node is a parent. |