mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove obsolete OptExcInfo from sys (#13117)
This commit is contained in:
committed by
GitHub
parent
410081e820
commit
02533d13ea
@@ -12,7 +12,6 @@ _T = TypeVar("_T")
|
||||
|
||||
# see https://github.com/python/typeshed/issues/8513#issue-1333671093 for the rationale behind this alias
|
||||
_ExitCode: TypeAlias = str | int | None
|
||||
_OptExcInfo: TypeAlias = OptExcInfo # noqa: Y047 # TODO: obsolete, remove fall 2022 or later
|
||||
|
||||
# ----- sys variables -----
|
||||
if sys.platform != "win32":
|
||||
|
||||
Reference in New Issue
Block a user