diff --git a/sources/speech_to_text.py b/sources/speech_to_text.py index c554c8c..5b8b9ce 100644 --- a/sources/speech_to_text.py +++ b/sources/speech_to_text.py @@ -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