Skip to content

Commit

Permalink
Expose WebSocketState
Browse files Browse the repository at this point in the history
  • Loading branch information
matiuszka committed Jan 6, 2022
1 parent 3efb4f7 commit 9fa01ba
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 9fa01ba

Please sign in to comment.