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
nlp/sentiment.py:1: error: Skipping analyzing "textblob": module is installed, but missing library stubs or py.typed marker [import-untyped]
nlp/sentiment.py:8: error: Type of variable becomes "Any" due to an unfollowed import [no-any-unimported]
nlp/sentiment.py:9: error: Type of variable becomes "list[Any]" due to an unfollowed import [no-any-unimported]
To fix this, a py.typed file has to be included in the package. Additionally, it should actually be properly typed.
The text was updated successfully, but these errors were encountered:
Hi,
This library is untyped:
To fix this, a
py.typed
file has to be included in the package. Additionally, it should actually be properly typed.The text was updated successfully, but these errors were encountered: