Skip to content

Commit b7749f8

Browse files
committed
lint
1 parent 556b037 commit b7749f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# Modifications Copyright The OpenTelemetry Authors. Licensed under the Apache License 2.0 License.
44
import os
5-
import sys
65
from logging import Logger, getLogger
76

8-
import pkg_resources # noqa: F401
7+
import pkg_resources # noqa: F401
98

109
from amazon.opentelemetry.distro._utils import is_installed
1110
from amazon.opentelemetry.distro.patches._resource_detector_patches import _apply_resource_detector_patches

0 commit comments

Comments
 (0)