Skip to content

Commit 37ac4fb

Browse files
lint
1 parent 4c64b46 commit 37ac4fb

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def _rewrapped_app(
331331
sem_conv_opt_in_mode=_StabilityMode.DEFAULT,
332332
duration_histogram_new=None,
333333
):
334+
# pylint: disable=too-many-statements
334335
def _wrapped_app(wrapped_app_environ, start_response):
335336
# We want to measure the time for route matching, etc.
336337
# In theory, we could start the span here and use

0 commit comments

Comments
 (0)