Skip to content

Commit 4ffd7ac

Browse files
committed
Remove unused imports
1 parent 05773e1 commit 4ffd7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use crate::kvstorage::{KVStorage, KVStorageTrait};
2-
use crate::locks::{Locks, LocksStorage};
1+
use crate::kvstorage::KVStorage;
2+
use crate::locks::LocksStorage;
33
use axum::Router;
44
use axum::routing::put;
55
use routes::ft::put_file::ft_put_file;

0 commit comments

Comments
 (0)