Skip to content

Commit

Permalink
Revert "linting and merge"
Browse files Browse the repository at this point in the history
This reverts commit cbc0995.
  • Loading branch information
NickSulistio committed Jun 1, 2021
1 parent dafb554 commit d25c675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _start_response(status, response_headers, *args, **kwargs):
status,
)
if response_hook is not None:
response_hook(span, status, response_headers)
response_hook(span, status, response_headers)
return start_response(status, response_headers, *args, **kwargs)

return wsgi_app(wrapped_app_environ, _start_response)
Expand Down

0 comments on commit d25c675

Please sign in to comment.