Remove unused import
This commit is contained in:
parent
42c911c9a2
commit
49ba314218
@ -1,4 +1,4 @@
|
||||
use std::{path::PathBuf, str::FromStr};
|
||||
use std::str::FromStr;
|
||||
|
||||
use aoc_runner_derive::{aoc, aoc_generator};
|
||||
use id_tree::{InsertBehavior, Node, Tree};
|
||||
|
Loading…
Reference in New Issue
Block a user