Skip to content

functional-tests: Reformat in line with Python standards

Sam Thursfield requested to merge sam/autopep8 into master

Python has a recommended code style, known as PEP-8. The functional tests now follow this style.

This commit was created using autopep8 version 1.2.4, run with this command:

autopep8-3 -r --in-place $(find -name '*.py')

Merge request reports