Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pyranota committed Jan 3, 2025
1 parent bf9c25c commit c912150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/windmill-worker/src/python_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use tokio::{
fs::{metadata, DirBuilder, File},
io::AsyncReadExt,
process::Command,
sync::{RwLock, Semaphore},
sync::Semaphore,
task,
};
use uuid::Uuid;
Expand Down

0 comments on commit c912150

Please sign in to comment.