remove unused import
All checks were successful
Build / build (push) Successful in 2m6s

This commit is contained in:
Max Känner 2025-04-25 15:04:09 +02:00
parent 99acd4ad1f
commit 15d90357ec

View File

@ -4,7 +4,7 @@ use std::{
net::TcpStream,
path::{Path, PathBuf},
process::{Child, Command, Stdio},
sync::{Mutex, atomic::AtomicUsize},
sync::Mutex,
thread::sleep,
time::Duration,
};