|
all_employees = SQLAlchemyConnectionField(Employee.connection) |
Can the class / metaclass (I don't know where it even comes from) be written in such a way that the field is detected by linters?
If someone can point me to where it comes from I can perhaps put together a PR to resolve this.