Upgrade black to 21.4b0 and reformat (#5250)

This introduces newlines before decorators.
This commit is contained in:
Sebastian Rittau
2021-04-26 13:58:27 +02:00
committed by GitHub
parent 48b060cfa0
commit 45916045c8
18 changed files with 19 additions and 1 deletions
+1
View File
@@ -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