You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDEs and type checkers cannot determine what this package offers due to it not being written in pure python. This can be solved by providing a stub file.
IDEs and type checkers cannot determine what this package offers due to it not being written in pure python. This can be solved by providing a stub file.
See: https://typing.readthedocs.io/en/latest/guides/libraries.html#how-to-provide-type-annotations
Example: https://github.com/messense/nh3/blob/main/nh3.pyi (python bindings for another rust library)
The text was updated successfully, but these errors were encountered: