mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Fix linter warnings
This commit is contained in:
parent
e267dc13af
commit
ab786279e6
1 changed files with 3 additions and 1 deletions
|
@ -5,9 +5,11 @@ import tempfile
|
|||
import time
|
||||
import warnings
|
||||
|
||||
from aider.llm import litellm
|
||||
from prompt_toolkit.shortcuts import prompt
|
||||
from pydub import AudioSegment
|
||||
|
||||
from aider.llm import litellm
|
||||
|
||||
from .dump import dump # noqa: F401
|
||||
|
||||
warnings.filterwarnings(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue