refactor: remove unused imports

This commit is contained in:
2024-11-28 05:39:37 +01:00
parent d7b226025e
commit c5149b3390

View File

@@ -1,8 +1,6 @@
use std::{ use std::{
collections::HashMap, collections::HashMap,
path::{Path, PathBuf}, path::{Path, PathBuf},
sync::Arc,
thread::JoinHandle,
}; };
use r2d2::PooledConnection; use r2d2::PooledConnection;