type: annotate tuple parameter in _unpack_response_tuple
This commit is contained in:
parent
e2e59bc377
commit
64171492fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@ class Flask(App):
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
def _unpack_response_tuple(
|
def _unpack_response_tuple(
|
||||||
self, rv: tuple
|
self, rv: tuple[t.Any, ...]
|
||||||
) -> tuple[ft.ResponseReturnValue, int | None, HeadersValue | None]:
|
) -> tuple[ft.ResponseReturnValue, int | None, HeadersValue | None]:
|
||||||
"""Unpack a response tuple into body, status, and headers.
|
"""Unpack a response tuple into body, status, and headers.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue