Skip to content

PyUtils: Enable flake8 checking and cleanup

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

Delete unused fileutils, path and merge_join modules. Also delete pep8 and avn alias. The pep8 script is superseded by flake8. And the avn alias was pointing to a non-existent script.

Delete unused printBreakDown function, enable flake8 checking and make code compliant.

Merge request reports