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

View File

@@ -29,6 +29,7 @@ class GNUTranslations(NullTranslations):
def find(domain: str, localedir: Optional[StrPath] = ..., languages: Optional[Iterable[str]] = ..., all: bool = ...) -> Any: ...
_T = TypeVar("_T")
@overload
def translation(
domain: str,