Skip to content

Commit 75468a5

Browse files
committed
check for pip8 style
1 parent dbeea5e commit 75468a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/graph/mst.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# i checked your other py files and decided that i would go for default dict too
1+
# i checked your other py files and decided that i would go for default dict
22
# i used same structure as needed for this repository.
33
from collections import defaultdict
44
r = range

0 commit comments

Comments
 (0)