mirror of https://github.com/tiangolo/fastapi.git
✨ Export `WebSocketState` in `fastapi.websockets` (#4376)
This commit is contained in:
parent
dd2f759bac
commit
dacb689290
|
|
@ -1,2 +1,3 @@
|
|||
from starlette.websockets import WebSocket as WebSocket # noqa
|
||||
from starlette.websockets import WebSocketDisconnect as WebSocketDisconnect # noqa
|
||||
from starlette.websockets import WebSocketState as WebSocketState # noqa
|
||||
|
|
|
|||
Loading…
Reference in New Issue