style: Wrap long lines in voice.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-24 09:28:16 -07:00
parent da752bb00c
commit d0e6dc2c1e

View file

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