deepsourcestatus / test-repository

Empty block of code found PTC-W0047
Anti-pattern
Major
1 occurrence in this check
Body doesn't contain any code
113
114
115def bad_isinstance(initial_condition, object, other_obj, foo, bar, baz):
116    if (117        initial_condition
118        and (
119            isinstance(object, int)