style: add noqa comment to suppress unused import warning

This commit is contained in:
Paul Gauthier (aider) 2024-08-28 22:14:55 -07:00
parent e0c806476f
commit 9acbee31db

View file

@ -1,4 +1,4 @@
import pytest
import pytest # noqa: F401
from aider.run_cmd import run_cmd