Skip to content

Commit 3271433

Browse files
committed
style(import): remove import
1 parent 08788a6 commit 3271433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scanning/file_scanner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use futures::StreamExt;
66
use tokio::fs::File;
77
use tokio::io::{AsyncBufReadExt, BufReader};
88
use crate::database::{parse_server, ServerHistory, ServerInfo};
9-
use crate::{database, logger};
9+
use crate::logger;
1010
use crate::config::MainConfig;
1111
use crate::logger::DefaultColor;
1212
use crate::manager::TaskManager;

0 commit comments

Comments
 (0)