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

Fix import in asr_result.py

parent 4bc51a5d
2 merge requests!7Fix import in asr_result.py,!8Feature/add auth asr service
......@@ -11,9 +11,6 @@ _TEMP_DIRECTORY = "asr_processing"
class AsrProcessor(ABC):
def __init__(self):
self.read_user_credentials = self.read_user_credentials()
self._cached_users_credentials = None
@abstractmethod
def process_asr(self, audio_file_path: str) -> AsrResult:
......
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