fix ruff linter import organization

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-17 11:28:58 -08:00
parent da3fb98101
commit 17162258a2
133 changed files with 556 additions and 722 deletions

View File

@@ -1,17 +1,17 @@
import unittest
import asyncio
import os
import unittest
from openai.types.chat import (
ChatCompletionSystemMessageParam,
)
from pipecat.processors.aggregators.openai_llm_context import (
OpenAILLMContext,
OpenAILLMContextFrame,
)
from pipecat.services.azure import AzureLLMService
from openai.types.chat import (
ChatCompletionSystemMessageParam,
)
if __name__ == "__main__":
@unittest.skip("Skip azure integration test")