Skip to content

Commit

Permalink
Remove comment about wsproto version (encode#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 29, 2022
1 parent 2840967 commit 3d7073b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uvicorn/protocols/websockets/wsproto_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from uvicorn.logging import TRACE_LOG_LEVEL
from uvicorn.protocols.utils import get_local_addr, get_remote_addr, is_ssl

# Check wsproto version. We've build against 0.13. We don't know about 0.14 yet.
assert wsproto.__version__ > "0.13", "Need wsproto version 0.13"


Expand Down

0 comments on commit 3d7073b

Please sign in to comment.