Skip to content

Commit 615f59a

Browse files
committed
Fix typo
1 parent ac04ea8 commit 615f59a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • instrumentation/opentelemetry-instrumentation-logging/src/opentelemetry/instrumentation/logging

instrumentation/opentelemetry-instrumentation-logging/src/opentelemetry/instrumentation/logging/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161

6262
from opentelemetry._logs import get_logger_provider
6363
from opentelemetry.instrumentation.instrumentor import BaseInstrumentor
64-
from opentelemetry.instrumentation.logging._handler import (
65-
_setup_logging_handler,
66-
)
6764
from opentelemetry.instrumentation.logging.constants import (
6865
_MODULE_DOC,
6966
DEFAULT_LOGGING_FORMAT,
@@ -73,6 +70,9 @@
7370
OTEL_PYTHON_LOG_FORMAT,
7471
OTEL_PYTHON_LOG_LEVEL,
7572
)
73+
from opentelemetry.instrumentation.logging.handler import (
74+
_setup_logging_handler,
75+
)
7676
from opentelemetry.instrumentation.logging.package import _instruments
7777
from opentelemetry.trace import (
7878
INVALID_SPAN,

0 commit comments

Comments
 (0)