Skip to content

Commit 7466a60

Browse files
committed
Fix import of Protocol
1 parent e6d74cd commit 7466a60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

classes/_typeclass.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ def _dispatch_delegate(self, instance) -> Optional[Callback]:
615615

616616

617617
if TYPE_CHECKING:
618-
from typing_extensions import Protocol
619-
620618
class _TypeClassDef(Protocol[_AssociatedType]):
621619
"""
622620
Callable protocol to help us with typeclass definition.

0 commit comments

Comments
 (0)