pep8 fixes

This commit is contained in:
Chris Caron
2018-09-05 21:27:52 -04:00
parent 8d1b67aebb
commit dbab994f37
3 changed files with 10 additions and 6 deletions

View File

@ -72,11 +72,9 @@ def test_apprise_cli():
assert result.exit_code == 0
result = runner.invoke(cli.main, [
'-t', 'test title',
'good://localhost',
],
input='test stdin body\n',
)
'-t', 'test title',
'good://localhost',
], input='test stdin body\n')
assert result.exit_code == 0
result = runner.invoke(cli.main, [