-
I'm running into a type checking error where I'm unsure whether what I'm looking at is an issue in mypy or an issue in my understanding of python type annotations.
I cannot figure out why I'm not allowed to do |
Beta Was this translation helpful? Give feedback.
Answered by
erictraut
Dec 3, 2024
Replies: 1 comment
-
I think this is an issue with mypy. The code looks fine to me, and pyright accepts it without any errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
harahu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is an issue with mypy. The code looks fine to me, and pyright accepts it without any errors.