Skip to content

Commit de19acb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c85d080 commit de19acb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

searches/astar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,3 @@ def neighbors(node: Node) -> Iterable[tuple[Node, float]]:
138138
goal: Node = (5, 5)
139139
path = astar(start, goal, neighbors, heuristic)
140140
print("Path found:", path)
141-

0 commit comments

Comments
 (0)