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:
@@ -67,5 +67,6 @@ def main(argv):
|
||||
install.install_dependencies()
|
||||
print_help(venv, root)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user