mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Use PEP 585 syntax wherever possible (#6717)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from _typeshed import Self
|
||||
from queue import Queue
|
||||
from types import TracebackType
|
||||
from typing import Any, Tuple, Type, Union
|
||||
from typing import Any, Type, Union
|
||||
|
||||
families: list[None]
|
||||
|
||||
_Address = Union[str, Tuple[str, int]]
|
||||
_Address = Union[str, tuple[str, int]]
|
||||
|
||||
class Connection(object):
|
||||
_in: Any
|
||||
|
||||
Reference in New Issue
Block a user