We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d9f98 commit cd75f56Copy full SHA for cd75f56
azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py
@@ -4,8 +4,8 @@
4
# license information.
5
# --------------------------------------------------------------------------
6
from logging import getLogger
7
-from typing import Dict
8
from os import environ, getenv
+from typing import Dict
9
10
from azure.monitor.opentelemetry._constants import (
11
DISABLE_LOGGING_ARG,
azure-monitor-opentelemetry/tests/configuration/test_configure.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
import unittest
16
-from unittest.mock import Mock, patch, call
+from unittest.mock import Mock, call, patch
17
18
from azure.monitor.opentelemetry._configure import (
19
_SUPPORTED_INSTRUMENTED_LIBRARIES,
0 commit comments