refactor: remove unused imports

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-30 20:37:15 +02:00
parent 1be3a4fa6c
commit 5327aff217
3 changed files with 4 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ impl DerefMut for Graph {
#[cfg(test)]
mod test {
use std::collections::{hash_map, BTreeMap, HashMap};
use std::collections::BTreeMap;
use crate::log::{GraphItem, ItemState};