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 io
|
||||
from _typeshed import Self, StrPath
|
||||
from types import TracebackType
|
||||
from typing import IO, Any, Callable, Iterable, Pattern, Protocol, Sequence, Text, Union
|
||||
from typing import IO, Any, Callable, Iterable, Pattern, Protocol, Sequence, Text
|
||||
|
||||
_SZI = Union[Text, ZipInfo]
|
||||
_SZI = Text | ZipInfo
|
||||
_DT = tuple[int, int, int, int, int, int]
|
||||
|
||||
class BadZipfile(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user