Skip to content

Commit 3db15da

Browse files
committed
Show Description of What Was Done
1 parent 4b02341 commit 3db15da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rounds/1_histogram/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def compute_histogram(path: str) -> dict[bytes, int]:
1010
"""Frequency of every 2-byte bigram in the file at ``path``."""
11-
# TODO: remove this delegation and write your own implementation here.
11+
# TODO: Add comment to push to branch
1212
from .baseline import compute_histogram as _baseline
1313

1414
return _baseline(path)

0 commit comments

Comments
 (0)