Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
@override
in_type_checker_internals.TypedDictFallback
#14115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Hmm, we don't generally decorate methods with |
Yea I expected something like that, I just thought I'd give it a shot either way. Thanks for the review :) |
According tomypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Uh oh!
There was an error while loading.Please reload this page.
Due to a bug in the pyright github action, the
_typeshed._type_checker_internals
module is being checked by pyright in the CI ofscipy-stubs
. And apparently, was@override
one some methods inTypedDictFallback
, causing the CI to fail (see e.g.https://github.com/scipy/scipy-stubs/actions/runs/15169287965/job/42655058438?pr=521). And just to be clear, I don't consider this to be the fault of typeshed or anything. I just figured that I might as well add those@override
's, for the sake of completeness I suppose 🤷.