diff --git a/tests/test_cli.py b/tests/test_cli.py index 3ea1b9d..644c234 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,4 +1,3 @@ -import pytest from click.testing import CliRunner from shell_history_search.cli import cli @@ -68,4 +67,4 @@ class TestCLI: def test_verbose_flag(self): runner = CliRunner() result = runner.invoke(cli, ["-v", "stats"]) - assert result.exit_code == 0 \ No newline at end of file + assert result.exit_code == 0