Skip to content

Commit 334fa0f

Browse files
committed
Add doctest for main function
1 parent 10545a3 commit 334fa0f

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)