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
A simple example would be
import scipy` # Stub file not found for "scipy" [reportMissingTypeStubs]
Because the bundled scipy-stub has partial\n in a py.typed file
scipy-stub
partial\n
py.typed
If I delete partial\n in the file, the warning goes away.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. I was able to repro this.
Triage: It's not a recent regression -- it also repros in 2023.12.1.
Sorry, something went wrong.
@debonte I believe issue is fixed after microsoft/python-type-stubs#321.
debonte
No branches or pull requests
A simple example would be
Because the bundled
scipy-stub
haspartial\n
in apy.typed
fileIf I delete
partial\n
in the file, the warning goes away.The text was updated successfully, but these errors were encountered: