We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556b037 commit b7749f8Copy full SHA for b7749f8
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_instrumentation_patch.py
@@ -2,10 +2,9 @@
2
# SPDX-License-Identifier: Apache-2.0
3
# Modifications Copyright The OpenTelemetry Authors. Licensed under the Apache License 2.0 License.
4
import os
5
-import sys
6
from logging import Logger, getLogger
7
8
-import pkg_resources # noqa: F401
+import pkg_resources # noqa: F401
9
10
from amazon.opentelemetry.distro._utils import is_installed
11
from amazon.opentelemetry.distro.patches._resource_detector_patches import _apply_resource_detector_patches
0 commit comments