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:
@@ -1,6 +1,6 @@
|
||||
from typing import AnyStr, NamedTuple, Sequence, Union, overload
|
||||
from typing import AnyStr, NamedTuple, Sequence, overload
|
||||
|
||||
_String = Union[str, unicode]
|
||||
_String = str | unicode
|
||||
|
||||
uses_relative: list[str]
|
||||
uses_netloc: list[str]
|
||||
|
||||
Reference in New Issue
Block a user