Merge pull request #207 from OpenKMIP/bug/fix-pep8-whitespace

Fixing minor pep8 whitespace error in test utilities
This commit is contained in:
Peter Hamilton 2016-11-17 15:55:55 -05:00 committed by GitHub
commit 8aa8803cf8
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()