Skip to content

Commit 532ab25

Browse files
committed
linting fix
1 parent 56d7470 commit 532ab25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_instrumentation_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from logging import Logger, getLogger
66

7-
import pkg_resources # noqa: F401, W0611
7+
import pkg_resources # pylint: disable=unused-import
88

99
from amazon.opentelemetry.distro._utils import is_installed
1010
from amazon.opentelemetry.distro.patches._resource_detector_patches import _apply_resource_detector_patches

0 commit comments

Comments
 (0)