diff --git a/tests/test_cli.py b/tests/test_cli.py index 2b8ef46..832e502 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -24,4 +24,3 @@ def test_cli_help(capsys): cli.run(["help"]) out, err = capsys.readouterr() assert out == expected -