Hacking: Fix E305

Fix:
E305 expected 2 blank lines after class or function definition, found 1

Fix also other problems found by hacking in these files.

Change-Id: I880afc40adf974cbb0e60f8dc5931f77d51f451b
This commit is contained in:
Andreas Jaeger
2020-04-01 11:40:37 +02:00
parent 0c6b39d9a2
commit 8098045f2a
12 changed files with 16 additions and 6 deletions

View File

@@ -67,5 +67,6 @@ def main(argv):
install.install_dependencies()
print_help(venv, root)
if __name__ == '__main__':
main(sys.argv)