update dev dependencies
This commit is contained in:
parent
b78b5a210b
commit
11c45eeba3
11 changed files with 34 additions and 34 deletions
|
|
@ -1222,7 +1222,7 @@ class Flask(App):
|
|||
# waiting to do it manually, so that the class can handle any
|
||||
# special logic
|
||||
rv = self.response_class(
|
||||
rv,
|
||||
rv, # pyright: ignore
|
||||
status=status,
|
||||
headers=headers, # type: ignore[arg-type]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue