mirror of https://github.com/OpenKMIP/PyKMIP.git
Merge pull request #207 from OpenKMIP/bug/fix-pep8-whitespace
Fixing minor pep8 whitespace error in test utilities
This commit is contained in:
commit
8aa8803cf8
|
@ -79,6 +79,7 @@ def build_cli_parser():
|
|||
|
||||
return parser
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = build_cli_parser()
|
||||
|
||||
|
|
Loading…
Reference in New Issue