Clean unused imports

This commit is contained in:
asonix 2023-12-22 13:20:36 -06:00
parent 0dbe722524
commit aa8fe7f3e8
1 changed files with 1 additions and 2 deletions

View File

@ -15,13 +15,12 @@ use tokio::{
io::{AsyncRead, AsyncWriteExt, ReadBuf},
process::{Child, ChildStdin, ChildStdout, Command},
};
use tracing::{Instrument, Span};
use tracing::Span;
use uuid::Uuid;
use crate::{
error_code::ErrorCode,
future::{LocalBoxFuture, WithTimeout},
sync::DropHandle,
};
struct MetricsGuard {