Skip to content

Commit 403fab3

Browse files
committed
Unneeded counter
1 parent cb59f6a commit 403fab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Finished/Ch_2/challenge_solution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Programming challenge: use advanced data collections on the earthquake data
33

44
import json
5-
from collections import Counter, defaultdict
5+
from collections import defaultdict
66

77

88
# open the data file and load the JSON

0 commit comments

Comments
 (0)