Skip to content

Commit 1ffd4c4

Browse files
committed
lint
1 parent 976e748 commit 1ffd4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-monitor-opentelemetry/azure/monitor/opentelemetry/util/configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
VIEWS_ARG,
2424
)
2525
from azure.monitor.opentelemetry._types import ConfigurationValue
26-
from opentelemetry.sdk.environment_variables import OTEL_TRACES_SAMPLER_ARG
2726
from opentelemetry.environment_variables import (
2827
OTEL_LOGS_EXPORTER,
2928
OTEL_METRICS_EXPORTER,
3029
OTEL_TRACES_EXPORTER,
3130
)
31+
from opentelemetry.sdk.environment_variables import OTEL_TRACES_SAMPLER_ARG
3232

3333
_INVALID_FLOAT_MESSAGE = "Value of %s must be a float. Defaulting to %s: %s"
3434

azure-monitor-opentelemetry/tests/configuration/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
_get_configurations,
2323
)
2424
from opentelemetry.environment_variables import (
25-
OTEL_TRACES_EXPORTER,
2625
OTEL_LOGS_EXPORTER,
2726
OTEL_METRICS_EXPORTER,
27+
OTEL_TRACES_EXPORTER,
2828
)
2929

3030

0 commit comments

Comments
 (0)