Skip to content

Commit

Permalink
✨ Export WebSocketState in fastapi.websockets (#4376)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiuszka committed Sep 4, 2022
1 parent dd2f759 commit dacb689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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

0 comments on commit dacb689

Please sign in to comment.