From 7bc338e1ab08a8e7adf25747111c028cc9a36df9 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Mon, 22 Dec 2025 09:17:35 +0100 Subject: [PATCH] day12 --- day12.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/day12.py b/day12.py index 5f2bfd8..e397fea 100644 --- a/day12.py +++ b/day12.py @@ -10,9 +10,6 @@ class Day(AOCDay): #(2, "input12_test"), # the test is a lie (544, "input12"), ], - [ - (None, "input12"), - ] ] def part1(self) -> Any: