Fixing minor pep8 whitespace error in test utilities

This commit is contained in:
Peter Hamilton 2016-11-17 15:09:21 -05:00
parent 22de2ef95d
commit 23f6a05a54
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ def build_cli_parser():
return parser
if __name__ == '__main__':
parser = build_cli_parser()