Skip to content

Commit ec855cc

Browse files
committed
linting fix
1 parent 529079c commit ec855cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
import os
4-
import unittest
53
from unittest import TestCase
6-
from unittest.mock import ANY, MagicMock, PropertyMock, patch
4+
from unittest.mock import ANY, patch
75

86
import requests
97
from botocore.credentials import Credentials

0 commit comments

Comments
 (0)