mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Update uuid.pyi for Python3.12 (#10289)
This commit is contained in:
@@ -96,3 +96,6 @@ RESERVED_NCS: str
|
||||
RFC_4122: str
|
||||
RESERVED_MICROSOFT: str
|
||||
RESERVED_FUTURE: str
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
def main() -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user