mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Bump python-xlib to 0.33 (#9420)
This commit is contained in:
@@ -7,9 +7,6 @@ from typing_extensions import Literal, TypeAlias
|
||||
|
||||
from Xlib._typing import Unused
|
||||
|
||||
F_SETFD: int
|
||||
FD_CLOEXEC: int
|
||||
|
||||
if sys.platform == "darwin":
|
||||
SUPPORTED_PROTOCOLS: tuple[None, Literal["tcp"], Literal["unix"], Literal["darwin"]]
|
||||
_Protocol: TypeAlias = Literal[None, "tcp", "unix", "darwin"]
|
||||
|
||||
Reference in New Issue
Block a user