Skip to content

Commit ca45531

Browse files
committed
Remove unused import
1 parent f62141f commit ca45531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottlecap/src/traces/trace_agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use tokio::sync::{
1919
};
2020
use tokio_util::sync::CancellationToken;
2121
use tower_http::limit::RequestBodyLimitLayer;
22-
use tracing::{debug, error, info, warn};
22+
use tracing::{debug, error, warn};
2323

2424
use crate::traces::trace_processor::SendingTraceProcessor;
2525
use crate::{

0 commit comments

Comments
 (0)