Skip to content

Commit ea5df0a

Browse files
committed
Cleanup on pathfinding
1 parent 804e989 commit ea5df0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2018/pathfinding.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,6 @@ def grid_to_vertices(
449449

450450
return True
451451

452-
return True
453-
454452
def dijkstra(self, start, end=None):
455453
"""
456454
Applies the Dijkstra algorithm to a given search

0 commit comments

Comments
 (0)