From 82c5214ae38718e9a1d929d97eb51f3b1bbf1f4c Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sat, 14 Oct 2023 15:25:49 +0300 Subject: [PATCH] fix: [#46] formatting --- src/assistant/lib/api/v1/handlers/voice_responce_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assistant/lib/api/v1/handlers/voice_responce_handler.py b/src/assistant/lib/api/v1/handlers/voice_responce_handler.py index dc298a9..611a1b7 100644 --- a/src/assistant/lib/api/v1/handlers/voice_responce_handler.py +++ b/src/assistant/lib/api/v1/handlers/voice_responce_handler.py @@ -1,7 +1,7 @@ +import http import io import fastapi -import http import lib.stt.services as stt_services