This commit is contained in:
David Lord 2025-05-11 17:45:03 -07:00
parent e785166507
commit 0109e496f6
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
24 changed files with 1876 additions and 534 deletions

View file

@ -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]
)