diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2022-12-21 18:26:07 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2022-12-21 18:26:07 +0000 |
commit | b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b (patch) | |
tree | 2096f5315001452989d1308ff5e68499b3563fbc | |
parent | 1be694cd0b6b58f6c8ada1455a7266ec6836ab37 (diff) | |
download | aoc2022-b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b.tar.gz aoc2022-b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b.tar.xz aoc2022-b30f6554b7e9ceba6ea3768e9aa6eb0fbd02411b.zip |
remove unnecessary import
-rw-r--r-- | 21.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |