Skip to content

Commit cbc0995

Browse files
committed
linting and merge
1 parent ddc10d7 commit cbc0995

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _start_response(status, response_headers, *args, **kwargs):
116116
status,
117117
)
118118
if response_hook is not None:
119-
response_hook(span, status, response_headers)
119+
response_hook(span, status, response_headers)
120120
return start_response(status, response_headers, *args, **kwargs)
121121

122122
return wsgi_app(wrapped_app_environ, _start_response)

0 commit comments

Comments
 (0)