Skip to content

DerivationFramework: enable flake8

Frank Winklmeier requested to merge fwinkl/athena:flake8_phys1 into master

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.

Merge request reports