We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb59f6a commit 403fab3Copy full SHA for 403fab3
Finished/Ch_2/challenge_solution.py
@@ -2,7 +2,7 @@
2
# Programming challenge: use advanced data collections on the earthquake data
3
4
import json
5
-from collections import Counter, defaultdict
+from collections import defaultdict
6
7
8
# open the data file and load the JSON
0 commit comments