Skip to content

Commit b7039ea

Browse files
github-actionsgithub-actions
authored andcommitted
fixup! Format Python code with psf/black push
1 parent 0f648a4 commit b7039ea

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
@@ -11,6 +11,7 @@
1111
"G": ["C"],
1212
}
1313

14+
1415
class Graph:
1516
def __init__(self, graph, source_vertex):
1617
"""Graph is implemented as dictionary of adjancency lists. Also,

0 commit comments

Comments
 (0)