Update sources/speech_to_text.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Martin 2025-04-01 19:41:59 +02:00 committed by GitHub
parent 1ffaf4689e
commit 95f5b9df68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
from colorama import Fore
from typing import List, Tuple, Type, Dict, Tuple
from typing import List, Tuple, Type, Dict
import queue
import threading
import numpy as np