Skip to content

Commit cb395ef

Browse files
committed
fix
1 parent d9a8319 commit cb395ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agents/realtime/openai_realtime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from collections.abc import Mapping
99
from datetime import datetime
10-
from typing import Annotated, Any, Callable, Literal, TypeAlias, Union, cast
10+
from typing import Annotated, Any, Callable, Literal, Union, cast
1111

1212
import pydantic
1313
import websockets
@@ -79,7 +79,7 @@
7979
)
8080
from openai.types.responses.response_prompt import ResponsePrompt
8181
from pydantic import Field, TypeAdapter
82-
from typing_extensions import assert_never
82+
from typing_extensions import TypeAlias, assert_never
8383
from websockets.asyncio.client import ClientConnection
8484

8585
from agents.handoffs import Handoff

0 commit comments

Comments
 (0)