Skip to content

Commit f3da8d0

Browse files
committed
remove import
1 parent c735311 commit f3da8d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rounds/1_histogram/solution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
passes out of the box. Replace the body of ``compute_histogram`` with your
55
own faster implementation.
66
"""
7-
from collections import defaultdict
87

98

109
def compute_histogram(path: str) -> dict[bytes, int]:

0 commit comments

Comments
 (0)