Fix "wrap functions with 2 blank lines" pep8 check
Now gates are requires this pep8 rule as mandatory so until it'll be fixed merge is blocked Change-Id: Ic34859a0397a770db0a5203491f035cb81461bce
This commit is contained in:
parent
fca3a533bd
commit
aaa51695da
@ -136,5 +136,6 @@ def main():
|
||||
finally:
|
||||
os.chdir(cur_dir)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -69,5 +69,6 @@ def main(argv):
|
||||
install.install_dependencies()
|
||||
print_help()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv)
|
||||
|
Loading…
Reference in New Issue
Block a user