style: Fix linter warnings

This commit is contained in:
Paul Gauthier (aider) 2024-09-24 09:28:31 -07:00
parent e267dc13af
commit ab786279e6

View file

@ -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(