We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194c8c8 commit bdeaffaCopy full SHA for bdeaffa
classes/_typeclass.py
@@ -524,7 +524,7 @@ def decorator(implementation):
524
# This means that this type has `__instancecheck__` defined,
525
# which allows dynamic checks of what `isinstance` of this type.
526
# That's why we also treat this type as a protocol.
527
- self._protocols[type_argument] = implementation
+ self._protocols[type_argument] = implementation # type: ignore
528
529
if self._cache_token is None: # pragma: no cover
530
if getattr(type_argument, '__abstractmethods__', None):
0 commit comments