mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Use PEP 585 syntax wherever possible (#6717)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from _typeshed import FileDescriptorLike
|
||||
from typing import Any, List, Union
|
||||
from typing import Any, Union
|
||||
|
||||
_Attr = List[Union[int, List[Union[bytes, int]]]]
|
||||
_Attr = list[Union[int, list[Union[bytes, int]]]]
|
||||
|
||||
# TODO constants not really documented
|
||||
B0: int
|
||||
|
||||
Reference in New Issue
Block a user