mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Use PEP 604 syntax wherever possible (#7493)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from _typeshed import SupportsLessThanT
|
||||
from typing import Sequence, Text, Union, overload
|
||||
from typing import Sequence, Text, overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
# All overloads can return empty string. Ideally, Literal[""] would be a valid
|
||||
|
||||
Reference in New Issue
Block a user