mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -2,6 +2,7 @@ from typing import Any, Callable, Iterable, Optional, TypeVar, Union, overload
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_S = TypeVar("_S")
|
||||
|
||||
@overload
|
||||
def first(iterable: Iterable[_T]) -> Optional[_T]: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user