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: I5dc76938b9f65f2ca05248ad0b95335a142f5912
This commit is contained in:
Cady_Chen 2016-11-17 10:58:13 +08:00
parent f1f75dd0e0
commit e06733b6dc
1 changed files with 1 additions and 0 deletions

View File

@ -178,5 +178,6 @@ def main(argv=sys.argv):
LOG.info("Ending run of instack.")
if __name__ == '__main__':
main()