From cb984237a7ef711a89d7de5fe7151822b12fbe70 Mon Sep 17 00:00:00 2001 From: Matej Marinko Date: Wed, 16 Jul 2025 16:54:28 +0200 Subject: [PATCH] Fix lint error --- src/pipecat/services/soniox/stt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pipecat/services/soniox/stt.py b/src/pipecat/services/soniox/stt.py index cdc73a938..f51653876 100644 --- a/src/pipecat/services/soniox/stt.py +++ b/src/pipecat/services/soniox/stt.py @@ -4,6 +4,8 @@ # SPDX-License-Identifier: BSD 2-Clause License # +"""Soniox speech-to-text service implementation.""" + import asyncio import json import time