We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revealed type is 'Any[from_another]' (code: inference_failure) In <test input> at line 6 3: def f() -> pandas.DataFrame(): # E: invalid_annotation 4: reveal_type(f) 5: reveal_type(pandas.DataFrame) 6: reveal_type(pandas.DataFrame()) ^ 7: raise NotImplementedError
(found while I was trying to figure out why the annotation wasn't flagged as invalid—perhaps we should be stricter there anyway)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(found while I was trying to figure out why the annotation wasn't flagged as invalid—perhaps we should be stricter there anyway)
The text was updated successfully, but these errors were encountered: