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
Ah ok I didn't realize we had explicitly added an ignore for aiocometd to our mypy.ini, apologies! Removing the ignores however results in a bunch of warnings of the form "Cannot find implementation or library stub for module named 'aiocometd.typing'" Any ideas? If not feel free to close this issue.
We encountered a bug today that I would have expected mypy to catch. Our code looks something like this:
Mypy output:
I can see that aiocometd defines
JsonObject
to be aDict[str, Any]
, so why does mypy think theresponse_message
is of typeAny
?This might be a mypy bug, but I thought I'd ask here first.
The text was updated successfully, but these errors were encountered: