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

This commit is contained in:
Mateusz Nowak 2022-09-04 17:12:10 +02:00 committed by GitHub
parent dd2f759bac
commit dacb689290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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