Remove FakeTypingMeta.__subclasscheck__
This commit is contained in:
parent
4b4bf7ec9e
commit
2dd857d580
@ -38,10 +38,6 @@ class FakeTypingMeta(type):
|
|||||||
**_kwds):
|
**_kwds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def __subclasscheck__(self, cls):
|
|
||||||
"""We implement this for qutebrowser.commands.command to work."""
|
|
||||||
return isinstance(cls, FakeTypingMeta)
|
|
||||||
|
|
||||||
|
|
||||||
class FakeUnionMeta(FakeTypingMeta):
|
class FakeUnionMeta(FakeTypingMeta):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user