mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 08:01:38 +00:00
Remove unused import
This commit is contained in:
@@ -15,7 +15,7 @@ use tokio::{
|
||||
fs::{metadata, DirBuilder, File},
|
||||
io::AsyncReadExt,
|
||||
process::Command,
|
||||
sync::{RwLock, Semaphore},
|
||||
sync::Semaphore,
|
||||
task,
|
||||
};
|
||||
use uuid::Uuid;
|
||||
|
||||
Reference in New Issue
Block a user