Mypy + FlaskSQLAlchemy + model multiple inheritance => has no attribute
It seems that mypy
is having problems taking into account all the superclasses and reports missing attributes. Here is a simple example:
It seems that mypy
is having problems taking into account all the superclasses and reports missing attributes. Here is a simple example: