You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mypy complains about incompatible signatures when trying to use the WebsocketListener class.
The issue can be reproduced by running mypy over the documentation example.
Description
mypy
complains about incompatible signatures when trying to use theWebsocketListener
class.The issue can be reproduced by running
mypy
over the documentation example.mypy
produces the following error:I'm convinced that
docs/examples
should be typed checked, it seems that they are currently not.URL to code causing the issue
No response
MCVE
Steps to reproduce
1. Run `mypy docs/examples/websockets/listener_class_based_async.py`
Logs
No response
Litestar Version
2.12.1
Platform
Note
While we are open for sponsoring on GitHub Sponsors and
OpenCollective, we also utilize Polar.sh to engage in pledge-based sponsorship.
Check out all issues funded or available for funding on our Polar.sh dashboard
The text was updated successfully, but these errors were encountered: