mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Use PEP 604 syntax wherever possible (#7493)
This commit is contained in:
@@ -377,7 +377,7 @@ _Address = Union[tuple[Any, ...], str]
|
||||
_RetAddress = Any
|
||||
# TODO Most methods allow bytes as address objects
|
||||
|
||||
_WriteBuffer = Union[bytearray, memoryview]
|
||||
_WriteBuffer = bytearray | memoryview
|
||||
|
||||
_CMSG = tuple[int, int, bytes]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user