mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 14:29:47 +08:00
Always import Protocol from typing in stubs (#6617)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import threading
|
||||
from types import TracebackType
|
||||
from typing import Iterator, Type
|
||||
from typing_extensions import Literal, Protocol
|
||||
from typing import Iterator, Protocol, Type
|
||||
from typing_extensions import Literal
|
||||
|
||||
__version__: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user