hasgeek / funnel

Unused nested function or class detected PTC-W0065
Anti-pattern
Major
1 occurrence in this check
TestMetaclass is not used inside function test_reopen
 91    class UnrelatedMixin:
 92        pass
 93
 94    class TestMetaclass(type):  # pylint: disable=unused-variable 95        pass
 96
 97    class OriginalClass: