mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 17:28:40 +08:00
Always import Protocol from typing in stubs (#6617)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from types import TracebackType
|
||||
from typing import Any, ClassVar, Type
|
||||
from typing_extensions import Protocol
|
||||
from typing import Any, ClassVar, Protocol, Type
|
||||
|
||||
from redis.client import Redis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user