ciyidogan commited on
Commit
98796a5
·
verified ·
1 Parent(s): 33209ce

Update stt_factory.py

Browse files
Files changed (1) hide show
  1. stt_factory.py +2 -1
stt_factory.py CHANGED
@@ -2,7 +2,8 @@
2
  STT Provider Factory for Flare
3
  """
4
  from typing import Optional
5
- from stt_interface import STTInterface, STTEngineType, log
 
6
  from stt_google import GoogleCloudSTT
7
  from config_provider import ConfigProvider
8
  from stt_interface import STTInterface
 
2
  STT Provider Factory for Flare
3
  """
4
  from typing import Optional
5
+ from stt_interface import STTInterface, STTEngineType
6
+ from utils import log
7
  from stt_google import GoogleCloudSTT
8
  from config_provider import ConfigProvider
9
  from stt_interface import STTInterface