forked from orbit-oss/flask
fix mypy finding
This commit is contained in:
parent
c62b03bcfd
commit
98ae718976
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,7 +1226,7 @@ class Flask(App):
|
||||||
|
|
||||||
# extend existing headers with provided headers
|
# extend existing headers with provided headers
|
||||||
if headers:
|
if headers:
|
||||||
rv.headers.update(headers) # type: ignore[arg-type]
|
rv.headers.update(headers)
|
||||||
|
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue