Skip to content

Commit ce4b33d

Browse files
committed
fix
1 parent 90fa7b3 commit ce4b33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/realtime/test_ga_session_update_normalization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
from typing import Any, cast
55

66
import pytest
7+
from websockets.asyncio.client import ClientConnection
78

9+
from agents.realtime.config import RealtimeSessionModelSettings
810
from agents.realtime.model_inputs import RealtimeModelSendSessionUpdate
911
from agents.realtime.openai_realtime import OpenAIRealtimeWebSocketModel
10-
from agents.realtime.config import RealtimeSessionModelSettings
11-
from websockets.asyncio.client import ClientConnection
1212

1313

1414
class _DummyWS:

0 commit comments

Comments
 (0)