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 29f5d73 commit 06450e4Copy full SHA for 06450e4
instana/__init__.py
@@ -7,7 +7,8 @@
7
8
if "INSTANA_DISABLE_AUTO_INSTR" not in os.environ:
9
# Import & initialize instrumentation
10
- from .instrumentation import urllib3
+ # noqa: ignore=W0611
11
+ from .instrumentation import urllib3 # noqa
12
13
"""
14
The Instana package has two core components: the sensor and the tracer.
0 commit comments