Remove unused import

This commit is contained in:
pjht 2022-12-07 13:28:07 -06:00
parent 42c911c9a2
commit 49ba314218

View File

@ -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};