mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Use PEP 604 syntax wherever possible (#7493)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import sys
|
||||
from socket import SocketType
|
||||
from typing import Any, BinaryIO, Callable, ClassVar, Text, Union
|
||||
from typing import Any, BinaryIO, Callable, ClassVar, Text
|
||||
|
||||
class BaseServer:
|
||||
address_family: int
|
||||
|
||||
Reference in New Issue
Block a user