Skip to content

Commit e682d57

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent 264cdfa commit e682d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphs/breadth_first_search_shortest_path.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def shortest_path(self, target_vertex):
6363

6464
if __name__ == "__main__":
6565
import doctest
66+
6667
doctest.testmod()
6768
g = Graph(graph, "G")
6869
g.breath_first_search()

0 commit comments

Comments
 (0)