Skip to content

Commit 08d31b3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

searches/astar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def neighbors(node: Node) -> Iterable[tuple[Node, float]]:
132132
if __name__ == "__main__":
133133
# Example usage / manual test
134134
import doctest
135+
135136
doctest.testmod()
136137
start: Node = (0, 0)
137138
goal: Node = (5, 5)

0 commit comments

Comments
 (0)