From d0e6dc2c1e9e63a62470c911db1a1a9f73753d41 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 24 Sep 2024 09:28:16 -0700 Subject: [PATCH] style: Wrap long lines in voice.py --- aider/voice.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/voice.py b/aider/voice.py index 69fe109af..aca5995ae 100644 --- a/aider/voice.py +++ b/aider/voice.py @@ -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