Skip to content

Commit 8b309e6

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: graphs/bidirectional_search.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from collections import deque
1515

1616

17-
1817
def bidirectional_search(
1918
graph: dict[int, list[int]], start: int, goal: int
2019
) -> list[int] | None:

0 commit comments

Comments
 (0)