From 5c110461ca27e8fd876faa8dfeaf4382d0c57447 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 18 Nov 2019 15:58:55 +0900 Subject: [PATCH] PEP8 Signed-off-by: Hiroshi Miura --- tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) 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 -