From ae2666fb025a93e1e549cfa04eea15b9e2068d71 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Tue, 14 Dec 2021 06:53:46 +0100 Subject: [PATCH] Update day 12 solution collectios.Counter not needed --- day-14/day-14.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):