Fix ansible-test pylint and pep8 issues. (#24245)

* Fix pylint useless-super-delegation issues.
* Fix miscellaneous pylint issues.
* Fix PEP 8 issues.
* Fix warnings reported by PyCharm.
This commit is contained in:
Matt Clay 2017-05-03 23:19:44 +08:00 committed by GitHub
commit 6522d703a1
15 changed files with 22 additions and 71 deletions

View file

@ -9,7 +9,6 @@ from lib.util import (
from lib.diff import (
parse_diff,
FileDiff,
)