Skip to content

Commit 06450e4

Browse files
committed
Add flakes inline rule
1 parent 29f5d73 commit 06450e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instana/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
if "INSTANA_DISABLE_AUTO_INSTR" not in os.environ:
99
# Import & initialize instrumentation
10-
from .instrumentation import urllib3
10+
# noqa: ignore=W0611
11+
from .instrumentation import urllib3 # noqa
1112

1213
"""
1314
The Instana package has two core components: the sensor and the tracer.

0 commit comments

Comments
 (0)