Fix some pylint errors for double whitespace after class/function

This commit is contained in:
Hugh Bellamy
2017-02-17 15:37:19 +07:00
parent a0ee99aeac
commit fa3543d3c5
20 changed files with 35 additions and 0 deletions

View File

@@ -148,5 +148,6 @@ def main():
args = parser.parse_args()
args.func(**vars(args))
if __name__ == "__main__":
main()