Skip to content

Commit cd75f56

Browse files
committed
lint
1 parent 98d9f98 commit cd75f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# license information.
55
# --------------------------------------------------------------------------
66
from logging import getLogger
7-
from typing import Dict
87
from os import environ, getenv
8+
from typing import Dict
99

1010
from azure.monitor.opentelemetry._constants import (
1111
DISABLE_LOGGING_ARG,

azure-monitor-opentelemetry/tests/configuration/test_configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
import unittest
16-
from unittest.mock import Mock, patch, call
16+
from unittest.mock import Mock, call, patch
1717

1818
from azure.monitor.opentelemetry._configure import (
1919
_SUPPORTED_INSTRUMENTED_LIBRARIES,

0 commit comments

Comments
 (0)