Skip to content

Commit 344ca6e

Browse files
committed
[BugFix] Remove universal sink method signature.
1 parent 1ab608e commit 344ca6e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

structures/graph.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ def add_adjacent(self, node):
99

1010
def remove_adjacent(self, node):
1111
self.adjacent_list.remove(node)
12-
13-
def contains_universal_sink(self):
14-
"""
15-
Check if this node is part of a graph with a universal sink.
16-
17-
"""
18-

0 commit comments

Comments
 (0)