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
Add missing stubs or py.typed. Following the documentation at CONTRIBUTING.md#type-hints and the checking in the code I can see that the library has type hints, but when running Mypy checker it fails with the error
Skipping analyzing "opacus": module is installed, but missing library stubs or py.typed marker [import-untyped]
So I'm hoping if either stubs or a py.typed file can be added to solve this, thanks.
The text was updated successfully, but these errors were encountered:
Add missing stubs or py.typed. Following the documentation at CONTRIBUTING.md#type-hints and the checking in the code I can see that the library has type hints, but when running Mypy checker it fails with the error
So I'm hoping if either stubs or a py.typed file can be added to solve this, thanks.
The text was updated successfully, but these errors were encountered: