mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
style: add noqa comment to suppress unused import warning
This commit is contained in:
parent
e0c806476f
commit
9acbee31db
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import pytest
|
||||
import pytest # noqa: F401
|
||||
|
||||
from aider.run_cmd import run_cmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue