all: make newer pycodestyle happy

Apparently the "two empty lines" rule is now stricter.
This commit is contained in:
Daniel Martí 2016-11-15 20:55:06 +00:00
parent 8ee13a47e4
commit 82b1d7ad14
18 changed files with 29 additions and 0 deletions

View file

@ -96,5 +96,6 @@ def main():
logging.info("{0} successfully verified".format(verified))
logging.info("{0} NOT verified".format(notverified))
if __name__ == "__main__":
main()