From 9acbee31dba07073a737a95fcab0ee03a01c17b5 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 28 Aug 2024 22:14:55 -0700 Subject: [PATCH] style: add noqa comment to suppress unused import warning --- tests/basic/test_run_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/test_run_cmd.py b/tests/basic/test_run_cmd.py index 1ad04f8d5..f2b574c1c 100644 --- a/tests/basic/test_run_cmd.py +++ b/tests/basic/test_run_cmd.py @@ -1,4 +1,4 @@ -import pytest +import pytest # noqa: F401 from aider.run_cmd import run_cmd