diff --git a/shuffler_worker.py b/shuffler_worker.py index 9a89739..6620fe8 100644 --- a/shuffler_worker.py +++ b/shuffler_worker.py @@ -175,5 +175,6 @@ def traverse_graph(graph: Dict[int, int], location: int, beginning: int): graph.pop(location) else: return False + # TODO: Test this else: return False