mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 17:28:40 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -36,6 +36,7 @@ def unescape(s): ...
|
||||
# 'redirect' returns a werkzeug Response, unless you give it
|
||||
# another Response type to use instead.
|
||||
_RC = TypeVar("_RC", bound=Response)
|
||||
|
||||
@overload
|
||||
def redirect(location: str, code: int = ..., Response: None = ...) -> Response: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user