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 56d7470 commit 532ab25Copy full SHA for 532ab25
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_instrumentation_patch.py
@@ -4,7 +4,7 @@
4
import os
5
from logging import Logger, getLogger
6
7
-import pkg_resources # noqa: F401, W0611
+import pkg_resources # pylint: disable=unused-import
8
9
from amazon.opentelemetry.distro._utils import is_installed
10
from amazon.opentelemetry.distro.patches._resource_detector_patches import _apply_resource_detector_patches
0 commit comments