DerivationFramework: enable flake8
Enable the python checker (flake8
) for all DerivationFramework packages and make the code compliant. The biggest change is to replace all import *
with specific imports. Otherwise mostly trivial fixes including some mixed tabs/spaces. Non-trivial code that is broken was kept for documentation purposes and either commented or marked with noqa
and a FIXME
comment.