mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
✨ Export WebSocketState in fastapi.websockets (#4376)
This commit is contained in:
parent
dd2f759bac
commit
dacb689290
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
from starlette.websockets import WebSocket as WebSocket # noqa
|
from starlette.websockets import WebSocket as WebSocket # noqa
|
||||||
from starlette.websockets import WebSocketDisconnect as WebSocketDisconnect # noqa
|
from starlette.websockets import WebSocketDisconnect as WebSocketDisconnect # noqa
|
||||||
|
from starlette.websockets import WebSocketState as WebSocketState # noqa
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue