chore: run format

This commit is contained in:
Abhishek Kumar 2026-06-19 11:40:39 +05:30
parent eedc69b3d9
commit a78bd58ea2

View file

@ -40,7 +40,6 @@ from pipecat.services.google.vertex.llm import (
GoogleVertexLLMService, GoogleVertexLLMService,
GoogleVertexLLMSettings, GoogleVertexLLMSettings,
) )
from pipecat.services.inworld.tts import InworldTTSSettings
from pipecat.services.groq.llm import GroqLLMService, GroqLLMSettings from pipecat.services.groq.llm import GroqLLMService, GroqLLMSettings
from pipecat.services.huggingface.llm import ( from pipecat.services.huggingface.llm import (
HuggingFaceLLMService, HuggingFaceLLMService,
@ -50,6 +49,7 @@ from pipecat.services.huggingface.stt import (
HuggingFaceSTTService, HuggingFaceSTTService,
HuggingFaceSTTSettings, HuggingFaceSTTSettings,
) )
from pipecat.services.inworld.tts import InworldTTSSettings
from pipecat.services.minimax.llm import MiniMaxLLMService from pipecat.services.minimax.llm import MiniMaxLLMService
from pipecat.services.minimax.tts import MiniMaxTTSSettings from pipecat.services.minimax.tts import MiniMaxTTSSettings
from pipecat.services.openai._constants import OPENAI_SAMPLE_RATE from pipecat.services.openai._constants import OPENAI_SAMPLE_RATE