fix pep8 error with app

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-08-23 12:13:23 -04:00
parent 33467bfa16
commit 2639e1e960
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ def main():
help='file with test data',
)
args = parser.parse_args()
print(args)