Skip to content

Fixed flake8 errors in python source code.

Chet Nieter requested to merge chet.nieter/qt-viewer:flake8-cleanup into master

Fixed most of the flake8 errors in the qt-viewer python source. The auto-generated ui files are not pep-8 compliant and there was four places I decided to use # noqa. All of them are in comment blocks. Two were long urls and the other two were commands that would likely be cut and pasted into a console.

Merge request reports