refactor: remove unused imports
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user