fix mypy finding

This commit is contained in:
David Lord 2023-05-01 08:10:25 -07:00
parent 0bc7356ce1
commit 9532cba45d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -1852,7 +1852,7 @@ class Flask(Scaffold):
# extend existing headers with provided headers
if headers:
rv.headers.update(headers)
rv.headers.update(headers) # type: ignore[arg-type]
return rv