mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 19:47:14 +08:00
Always use bool and Literal for Python compat code (#9213)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing_extensions import Literal
|
||||
|
||||
__version_info__: tuple[int, int, int]
|
||||
PY3: bool
|
||||
PY3: Literal[True]
|
||||
unicode = str
|
||||
system: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user