chore(day9): remove unused import

This commit is contained in:
uku 2024-12-10 01:39:15 +01:00
parent e1ecbe536c
commit aae28d30eb
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -1,5 +1,3 @@
use itertools::Itertools;
use crate::common::{Answer, Solution};
pub struct Day09;