Remove unused subprocess import from speech2text.py

This commit is contained in:
2025-06-19 21:26:12 +02:00
parent 844f02c8fc
commit 50dc55a6a6

View File

@@ -6,7 +6,6 @@ import sounddevice as sd
import numpy as np import numpy as np
import whisper import whisper
import tempfile import tempfile
import subprocess
import threading import threading
import time import time
import wave import wave