Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Sep 20, 2024
1 parent 9e78eef commit 75b3269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-pipeline/src/trace_exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use ddcommon::{connector, tag, Endpoint};
use dogstatsd_client::{new_flusher, DogStatsDAction, Flusher};
use either::Either;
use hyper::http::uri::PathAndQuery;
use hyper::{http, Body, Client, Method, Uri};
use hyper::{Body, Client, Method, Uri};
use log::error;
use std::sync::{Arc, Mutex};
use std::time::Duration;
Expand Down

0 comments on commit 75b3269

Please sign in to comment.