Skip to content

Commit b9e8404

Browse files
github-actionsgithub-actions
authored andcommitted
fixup! Format Python code with psf/black push
1 parent 4b5e249 commit b9e8404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphs/breadth_first_search_shortest_path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def shortest_path(self, target_vertex):
6767

6868
if __name__ == "__main__":
6969
import doctest
70+
7071
doctest.testmod()
7172
g = Graph(graph, "G")
7273
g.breath_first_search()

0 commit comments

Comments
 (0)