Skip to content

Commit e7f1352

Browse files
committed
make linter happy
1 parent 5ca76f0 commit e7f1352

File tree

1 file changed

+4
-3
lines changed
  • opentelemetry-otlp/src/exporter/http

1 file changed

+4
-3
lines changed

opentelemetry-otlp/src/exporter/http/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
use super::{default_headers, default_protocol, parse_header_string};
1+
use super::{
2+
default_headers, default_protocol, parse_header_string,
3+
OTEL_EXPORTER_OTLP_HTTP_ENDPOINT_DEFAULT,
4+
};
25
use crate::{
36
ExportConfig, Protocol, OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_HEADERS,
47
OTEL_EXPORTER_OTLP_TIMEOUT,
@@ -20,8 +23,6 @@ use std::str::FromStr;
2023
use std::sync::{Arc, Mutex};
2124
use std::time::Duration;
2225

23-
use super::{default_headers, parse_header_string, OTEL_EXPORTER_OTLP_HTTP_ENDPOINT_DEFAULT};
24-
2526
#[cfg(feature = "metrics")]
2627
mod metrics;
2728

0 commit comments

Comments
 (0)