Skip to content

Commit 2f72e10

Browse files
removed unused import from README example
1 parent 7a646dd commit 2f72e10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Then, you can use the SDK to instrument the code. Here's a simple example which
4646
use std::fs;
4747
use std::sync::LazyLock;
4848

49-
use opentelemetry::{KeyValue, metrics::Counter};
50-
5149
type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
5250

5351
fn main() -> Result<()> {

0 commit comments

Comments
 (0)