Remove empty line
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-14 09:55:42 +01:00
parent 77b158aacf
commit 48a72554bb

View File

@@ -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: