Browse Source

Export `WebSocketState` in `fastapi.websockets` (#4376)

pull/5350/head
Mateusz Nowak 3 years ago
committed by GitHub
parent
commit
dacb689290
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      fastapi/websockets.py

1
fastapi/websockets.py

@ -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…
Cancel
Save