Skip to content

Commit fcf05d2

Browse files
authored
fix lint error (unused modules)
1 parent b172998 commit fcf05d2

File tree

1 file changed

+1
-2
lines changed
  • opentelemetry-sdk/src/metrics/internal

1 file changed

+1
-2
lines changed

opentelemetry-sdk/src/metrics/internal/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ use aggregate::is_under_cardinality_limit;
1616
pub(crate) use aggregate::{AggregateBuilder, ComputeAggregation, Measure};
1717
pub(crate) use exponential_histogram::{EXPO_MAX_SCALE, EXPO_MIN_SCALE};
1818
use once_cell::sync::Lazy;
19-
use opentelemetry::metrics::MetricError;
20-
use opentelemetry::{global, otel_warn, KeyValue};
19+
use opentelemetry::{otel_warn, KeyValue};
2120

2221
use crate::metrics::AttributeSet;
2322

0 commit comments

Comments
 (0)