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
The typing information in this library is not available for projects that import it. This is because mailsuite does not comply with PEP 561 which requires a py.typed file in the root of the package.
For projects utilising MyPy this will result in the following error:
src/example.py:9: error: Skipping analyzing "mailsuite": module is installed, but missing library stubs or py.typed marker [import]
The typing information in this library is not available for projects that import it. This is because mailsuite does not comply with PEP 561 which requires a
py.typed
file in the root of the package.For projects utilising MyPy this will result in the following error:
Further reading:
Alt titles for searchability:
py.typed
missingThe text was updated successfully, but these errors were encountered: