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