Allow vtk-python override to work with ABCs
The type check in the override() method was too strict, it was not allowing the override to be derived from an abstract base class.
Please register or sign in to comment
The type check in the override() method was too strict, it was not allowing the override to be derived from an abstract base class.