mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: Wrap long lines in voice.py
This commit is contained in:
parent
da752bb00c
commit
d0e6dc2c1e
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ import warnings
|
|||
|
||||
from aider.llm import litellm
|
||||
|
||||
warnings.filterwarnings("ignore", message="Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work")
|
||||
warnings.filterwarnings(
|
||||
"ignore", message="Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work"
|
||||
)
|
||||
|
||||
try:
|
||||
import soundfile as sf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue