mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Use PEP 585 syntax wherever possible (#6717)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import socket
|
||||
import ssl
|
||||
from typing import Any, BinaryIO, List, Pattern, Tuple, overload
|
||||
from typing import Any, BinaryIO, Pattern, overload
|
||||
|
||||
_LongResp = Tuple[bytes, List[bytes], int]
|
||||
_LongResp = tuple[bytes, list[bytes], int]
|
||||
|
||||
class error_proto(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user