From 9eabf6495758fd931f1ce550306ee91c094fb4f2 Mon Sep 17 00:00:00 2001 From: Sebastian Seedorf Date: Thu, 15 Dec 2022 15:54:39 +0100 Subject: [PATCH] Day 15 --- day15/part2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/day15/part2.py b/day15/part2.py index ba9fa7a..e2510dc 100644 --- a/day15/part2.py +++ b/day15/part2.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 import re -from collections import defaultdict lines = (x.strip() for x in open("input.txt")) # all lines of possible positions