From 4f23f472f483e3b95a893cba0097a56bd798e4b2 Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sat, 14 Oct 2023 22:56:55 +0300 Subject: [PATCH] fix: [#47] formatting --- src/assistant/lib/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assistant/lib/app/app.py b/src/assistant/lib/app/app.py index 85729cf..5341893 100644 --- a/src/assistant/lib/app/app.py +++ b/src/assistant/lib/app/app.py @@ -115,7 +115,7 @@ class Application: models.VoiceModelProvidersEnum.ELEVEN_LABS: tts_eleven_labs_repository, }, ) - + # Handlers logger.info("Initializing handlers")