Skip to content

Commit db83a00

Browse files
committed
Please pylint
1 parent 6abc5bd commit db83a00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • instrumentation/opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3

instrumentation/opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def _instrument(
442442
captured_response_headers: typing.Optional[list[str]] = None,
443443
sensitive_headers: typing.Optional[list[str]] = None,
444444
):
445+
# pylint: disable=too-many-locals
445446
def instrumented_urlopen(wrapped, instance, args, kwargs):
446447
if not is_http_instrumentation_enabled():
447448
return wrapped(*args, **kwargs)

0 commit comments

Comments
 (0)