Fix remaining flake8 warnings

This commit is contained in:
Kagami Sascha Rosylight 2020-06-21 03:34:22 +02:00
parent c953931621
commit d01648d637
28 changed files with 328 additions and 310 deletions

View file

@ -170,5 +170,6 @@ def update_test_file(cachedir):
return 0
if __name__ == "__main__":
update_test_file(tempfile.gettempdir())