Skip to content

Commit

Permalink
Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Dec 9, 2024
1 parent c423a3a commit 5ecbe46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion agency_swarm/util/streaming/gradio_event_handler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import queue
from typing import Type, override
from typing import Type

from openai.types.beta.threads import Message
from openai.types.beta.threads.runs.run_step import RunStep
Expand All @@ -9,6 +9,7 @@
FunctionToolCall,
ToolCall,
)
from typing_extensions import override

from agency_swarm.messages import MessageOutput
from agency_swarm.util.streaming import (
Expand Down
2 changes: 1 addition & 1 deletion agency_swarm/util/streaming/term_event_handler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Type, override
from typing import Type

from openai.types.beta.threads import Message
from openai.types.beta.threads.runs import RunStep
Expand Down

0 comments on commit 5ecbe46

Please sign in to comment.