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:
Cady_Chen 2016-11-17 10:10:36 +08:00 committed by chenyingnan
parent fca3a533bd
commit aaa51695da
2 changed files with 2 additions and 0 deletions

View File

@ -136,5 +136,6 @@ def main():
finally:
os.chdir(cur_dir)
if __name__ == '__main__':
main()

View File

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