We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61aa9f9 commit 6826905Copy full SHA for 6826905
examples/realtime/app/server.py
@@ -4,7 +4,8 @@
4
import logging
5
import struct
6
from contextlib import asynccontextmanager
7
-from typing import TYPE_CHECKING, Any, assert_never
+from typing import TYPE_CHECKING, Any
8
+from typing_extensions import assert_never
9
10
from fastapi import FastAPI, WebSocket, WebSocketDisconnect
11
from fastapi.responses import FileResponse
0 commit comments