Skip to content

Commit cde87a6

Browse files
committed
lint fix
1 parent ec855cc commit cde87a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
from unittest import TestCase
4-
from unittest.mock import ANY, patch
4+
from unittest.mock import patch
55

66
import requests
77
from botocore.credentials import Credentials

0 commit comments

Comments
 (0)