Skip to content

Commit 1c8004c

Browse files
committed
linting fix
1 parent bba778d commit 1c8004c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
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
9-
107
from amazon.opentelemetry.distro._utils import is_installed
118
from amazon.opentelemetry.distro.patches._resource_detector_patches import _apply_resource_detector_patches
129

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_otlp_sigv4_exporter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
import os
4-
import sys
54
from unittest import TestCase
65
from unittest.mock import ANY, MagicMock, PropertyMock, patch
76

0 commit comments

Comments
 (0)