summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2022-12-21 18:26:07 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2022-12-21 18:26:07 +0000
commitb30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b (patch)
tree2096f5315001452989d1308ff5e68499b3563fbc
parent1be694cd0b6b58f6c8ada1455a7266ec6836ab37 (diff)
downloadaoc2022-b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b.tar.gz
aoc2022-b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b.tar.xz
aoc2022-b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b.zip
remove unnecessary import
-rw-r--r--21.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/21.py b/21.py
index 1a44a55..03f94ee 100644
--- a/21.py
+++ b/21.py
@@ -1,4 +1,3 @@
-from functools import cache
from operator import add, sub, mul, truediv, eq
from subprocess import run, PIPE
from utils import open_day