Skip to content
Snippets Groups Projects
Unverified Commit 52014c9f authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Fix import in asr_result.py

parent 43b7ccbc
Branches
2 merge requests!7Fix import in asr_result.py,!8Feature/add auth asr service
......@@ -11,7 +11,6 @@ _TEMP_DIRECTORY = "asr_processing"
class AsrProcessor(ABC):
@abstractmethod
def process_asr(self, audio_file_path: str) -> AsrResult:
"""Method to call for ASR results."""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment