Remove unused import

This commit is contained in:
Pyranota
2025-01-03 16:50:15 +03:00
parent bf9c25cfd0
commit c912150bce
@@ -15,7 +15,7 @@ use tokio::{
fs::{metadata, DirBuilder, File},
io::AsyncReadExt,
process::Command,
sync::{RwLock, Semaphore},
sync::Semaphore,
task,
};
use uuid::Uuid;