From 48a72554bbe695e900d36a60eed89063ef04d356 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Tue, 14 Dec 2021 09:55:42 +0100 Subject: [PATCH] Remove empty line --- day-14/day-14.py | 1 - 1 file changed, 1 deletion(-) diff --git a/day-14/day-14.py b/day-14/day-14.py index d57a955..a7318cf 100644 --- a/day-14/day-14.py +++ b/day-14/day-14.py @@ -30,7 +30,6 @@ def solve(input, part, num_cycles): print("Part", part, "result:", result) - input = list() p = Path(__file__).with_name('input.txt') with open(p) as f: