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
Everything in the title - see here for details.
As the comment asks, would it be OK to re-add the _suppress(ImportError) context manager around these?
_suppress(ImportError)
The text was updated successfully, but these errors were encountered:
Just wondering, this is cpython correct?
cpython
Sorry, something went wrong.
Correct - we use CPython to deploy on Android/iOS, I don't think other interpreters are supported. :-)
Export test fixes (#2887)
59731c3
* Remove incorrect branch * Stop supporting jedi on PyPy * Spotted pyright fixes * Fix formatting * Fix mypy test * Fix pyright too * Remove finished TODO
Successfully merging a pull request may close this issue.
Everything in the title - see here for details.
As the comment asks, would it be OK to re-add the
_suppress(ImportError)
context manager around these?The text was updated successfully, but these errors were encountered: