mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
linting
This commit is contained in:
@@ -6,7 +6,7 @@ import structlog
|
||||
|
||||
from talemate.emit import emit
|
||||
|
||||
from .schema import Beat, Plan, PlanStatus
|
||||
from .schema import Beat, Plan
|
||||
|
||||
log = structlog.get_logger("talemate.agents.director.plan.util")
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import structlog
|
||||
from openai import AsyncOpenAI
|
||||
from talemate.ux.schema import Action
|
||||
from talemate.agents.base import AgentAction, AgentActionConfig, AgentDetail
|
||||
from .schema import Voice, VoiceLibrary, Chunk, GenerationContext, INFO_CHUNK_SIZE
|
||||
from .schema import VoiceLibrary, Chunk, GenerationContext, INFO_CHUNK_SIZE
|
||||
|
||||
log = structlog.get_logger("talemate.agents.tts.openai_compatible")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user