mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user