mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Always import Protocol from typing in stubs (#6617)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
from socket import socket
|
||||
from typing import Any, Mapping, Type
|
||||
from typing_extensions import Literal, Protocol
|
||||
from typing import Any, Mapping, Protocol, Type
|
||||
from typing_extensions import Literal
|
||||
|
||||
from . import base_events, constants, events, futures, streams, transports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user