Bump python-xlib to 0.33 (#9420)

This commit is contained in:
Avasam
2022-12-27 23:07:12 -05:00
committed by GitHub
parent 3c58efd9a2
commit 07f587dc70
3 changed files with 1 additions and 8 deletions

View File

@@ -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"]