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:
@@ -59,6 +59,7 @@ class Thread:
|
||||
if sys.version_info >= (3, 8):
|
||||
@property
|
||||
def native_id(self) -> int | None: ... # only available on some platforms
|
||||
|
||||
def is_alive(self) -> bool: ...
|
||||
if sys.version_info < (3, 9):
|
||||
def isAlive(self) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user