pylint-errors

E1139 (invalid-metaclass)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Emitted whenever we can detect that a class is using, as a metaclass, something which might be invalid for using as a metaclass.