mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -991,6 +991,7 @@ class Popen(Generic[AnyStr]):
|
||||
encoding: str | None = ...,
|
||||
errors: str | None = ...,
|
||||
) -> Popen[Any]: ...
|
||||
|
||||
def poll(self) -> int | None: ...
|
||||
if sys.version_info >= (3, 7):
|
||||
def wait(self, timeout: float | None = ...) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user