mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 11:51:28 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -433,6 +433,7 @@ if sys.platform != "win32":
|
||||
def unsetenv(__name: Union[bytes, str]) -> None: ...
|
||||
|
||||
_Opener = Callable[[str, int], int]
|
||||
|
||||
@overload
|
||||
def fdopen(
|
||||
fd: int,
|
||||
|
||||
Reference in New Issue
Block a user