Skip to content

Commit

Permalink
fix mypy finding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 1, 2023
1 parent 0bc7356 commit 9532cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask/app.py
Expand Up @@ -1852,7 +1852,7 @@ def make_response(self, rv: ft.ResponseReturnValue) -> Response:

# extend existing headers with provided headers
if headers:
rv.headers.update(headers)
rv.headers.update(headers) # type: ignore[arg-type]

return rv

Expand Down

0 comments on commit 9532cba

Please sign in to comment.