Skip to content

Commit

Permalink
cleanup imports in examples (open-telemetry#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0fls authored Nov 14, 2024
1 parent 45ed2e0 commit 3ac2d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/metrics-basic/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use opentelemetry::global;
use opentelemetry::KeyValue;
use opentelemetry::{global, KeyValue};
use opentelemetry_sdk::metrics::{PeriodicReader, SdkMeterProvider};
use opentelemetry_sdk::{runtime, Resource};
use std::error::Error;
Expand Down

0 comments on commit 3ac2d9f

Please sign in to comment.