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

Fix import in asr_result.py

parent 9beb06eb
Branches
2 merge requests!7Fix import in asr_result.py,!8Feature/add auth asr service
......@@ -3,7 +3,7 @@ import uuid
from abc import ABC, abstractmethod
from pathlib import Path
from asr_result import AsrResult
from .asr_result import AsrResult
from flask import Flask, Response, jsonify, request
_TEMP_DIRECTORY = "asr_processing"
......
flask
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