mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Use PEP 604 syntax wherever possible (#7493)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from _typeshed import Self
|
||||
from time import struct_time
|
||||
from typing import AnyStr, ClassVar, SupportsAbs, Union, overload
|
||||
from typing import AnyStr, ClassVar, SupportsAbs, overload
|
||||
|
||||
_Text = Union[str, unicode]
|
||||
_Text = str | unicode
|
||||
|
||||
MINYEAR: int
|
||||
MAXYEAR: int
|
||||
|
||||
Reference in New Issue
Block a user