From cf12356a8e3a65818fb42e72cb71ef09e8f1fff8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 18:23:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_cli_compile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli_compile.py b/tests/test_cli_compile.py index 74d28961c..47fa8bc0b 100644 --- a/tests/test_cli_compile.py +++ b/tests/test_cli_compile.py @@ -3086,4 +3086,3 @@ def test_invalid_cli_boolean_flag_config_option_captured( assert out.exit_code == 2 assert "No such config key 'no_annnotate'." in out.stderr - \ No newline at end of file