mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Use PEP 604 syntax wherever possible (#7493)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import sys
|
||||
from _typeshed import FileDescriptorLike
|
||||
from typing import Any, Union
|
||||
from typing import Any
|
||||
|
||||
if sys.platform != "win32":
|
||||
_Attr = list[Union[int, list[Union[bytes, int]]]]
|
||||
_Attr = list[int | list[bytes | int]]
|
||||
|
||||
# TODO constants not really documented
|
||||
B0: int
|
||||
|
||||
Reference in New Issue
Block a user