Use PEP 695 for simple type aliases (#117633)

This commit is contained in:
Marc Mueller
2024-05-17 14:42:21 +02:00
committed by GitHub
parent 4edee94a81
commit 87bb7ced79
78 changed files with 139 additions and 140 deletions

View File

@ -99,9 +99,9 @@ UNSUBSCRIBE_COOLDOWN = 0.1
TIMEOUT_ACK = 10
RECONNECT_INTERVAL_SECONDS = 10
SocketType = socket.socket | ssl.SSLSocket | Any
type SocketType = socket.socket | ssl.SSLSocket | Any
SubscribePayloadType = str | bytes # Only bytes if encoding is None
type SubscribePayloadType = str | bytes # Only bytes if encoding is None
def publish(