Skip to content

Commit 734e7c8

Browse files
authored
Comment out unused import
``` ./graphs/BFS.py:17:1: F401 'collections' imported but unused import collections ^ ```
1 parent 0240f4a commit 734e7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/BFS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
"""
1616

17-
import collections
17+
# import collections
1818

1919

2020
def bfs(graph, start):

0 commit comments

Comments
 (0)