fix ruff linter import organization
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import unittest
|
||||
|
||||
from typing import AsyncGenerator
|
||||
|
||||
from pipecat.services.ai_services import AIService, match_endofsentence
|
||||
from pipecat.frames.frames import EndFrame, Frame, TextFrame
|
||||
from pipecat.services.ai_services import AIService, match_endofsentence
|
||||
|
||||
|
||||
class SimpleAIService(AIService):
|
||||
|
||||
Reference in New Issue
Block a user