mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -26,6 +26,7 @@ def echo_via_pager(
|
||||
) -> None: ...
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
@overload
|
||||
def progressbar(
|
||||
iterable: Iterable[_T],
|
||||
|
||||
Reference in New Issue
Block a user