test: test_efi_fit: fix pylint warnings
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 25 Jan 2020 20:41:29 +0000 (21:41 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 5 Feb 2020 05:58:03 +0000 (06:58 +0100)
commitdf10a2ca133b0e1124741abca0ff35e2d47a52d7
tree71c538576268738862c1d2d756176e01c6d4c108
parentd4827fcd4c1b04c338e4019e412f495aa4231d24
test: test_efi_fit: fix pylint warnings

Fix warnings issued by pylint:

* naming of variables
* usage of commas and semicolons
* indentation
* placement of module description

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/tests/test_efi_fit.py