PY3.E1139
Invalid metaclass
Emitted whenever we can detect that a class is using, as a metaclass, something which might be invalid for using as a metaclass.
Noncompliant Code:
# to be added
Compliant Code:
# to be added