Skip to content

Commit 956223a

Browse files
committed
lint
1 parent 2837392 commit 956223a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
OTEL_EXPORTER_OTLP_METRICS_PROTOCOL,
4646
OTEL_EXPORTER_OTLP_PROTOCOL,
4747
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL,
48-
OTEL_TRACES_SAMPLER,
49-
OTEL_TRACES_SAMPLER_ARG,
5048
OTEL_PYTHON_LOG_LEVEL,
5149
OTEL_PYTHON_LOG_FORMAT,
50+
OTEL_TRACES_SAMPLER,
51+
OTEL_TRACES_SAMPLER_ARG,
5252
)
5353
from opentelemetry.sdk.metrics import MeterProvider
5454
from opentelemetry.sdk.metrics.export import (

opentelemetry-sdk/tests/test_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ def test_initialize_components_kwargs(
998998
"TEST_RESOURCE",
999999
True,
10001000
)
1001-
1001+
10021002
@patch.dict(
10031003
environ,
10041004
{

0 commit comments

Comments
 (0)