diff --git a/day-14/day-14.py b/day-14/day-14.py index eb0cdda..e18ffc6 100644 --- a/day-14/day-14.py +++ b/day-14/day-14.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 from pathlib import Path -from collections import Counter, defaultdict +from collections import defaultdict def part_1(input):