day07: remove unused import

This commit is contained in:
Stefan Harmuth 2021-12-07 11:10:11 +01:00
parent 86013c25c0
commit 0100719dec

View File

@ -1,4 +1,3 @@
from math import inf
from tools.aoc import AOCDay
from tools.int_seq import triangular
from typing import Any, List