Skip to content

Commit 16de735

Browse files
committed
fixed deprications
1 parent 42d8c70 commit 16de735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: graphs/bidirectional_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ def main() -> None:
178178

179179

180180
if __name__ == "__main__":
181-
main()
181+
main()

0 commit comments

Comments
 (0)