Skip to content

Commit 1808abd

Browse files
committed
fix: Python 3.9 compatibility and lint cleanup
1 parent dcfaf3f commit 1808abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_as_streaming_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
from agents import Agent, Runner, function_tool, RunConfig, ModelSettings
3+
from agents import Agent, ModelSettings, RunConfig, Runner, function_tool
44
from agents.models.openai_chatcompletions import OpenAIChatCompletionsModel
55

66

0 commit comments

Comments
 (0)