Skip to content

Commit 8e24aaa

Browse files
fix: unused import remove
1 parent a29cf84 commit 8e24aaa

File tree

1 file changed

+1
-3
lines changed
  • opentelemetry-proto/src/transform

1 file changed

+1
-3
lines changed

opentelemetry-proto/src/transform/trace.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ pub fn build_span_flags(
1818
#[cfg(feature = "gen-tonic-messages")]
1919
pub mod tonic {
2020
use crate::proto::tonic::resource::v1::Resource;
21-
use crate::proto::tonic::trace::v1::{
22-
span, status, ResourceSpans, ScopeSpans, Span, Status,
23-
};
21+
use crate::proto::tonic::trace::v1::{span, status, ResourceSpans, ScopeSpans, Span, Status};
2422
use crate::transform::common::{
2523
to_nanos,
2624
tonic::{Attributes, ResourceAttributesWithSchema},

0 commit comments

Comments
 (0)