Skip to content
New issue

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

Add py.typed and typing #468

Open
Goldziher opened this issue Aug 16, 2024 · 0 comments
Open

Add py.typed and typing #468

Goldziher opened this issue Aug 16, 2024 · 0 comments

Comments

@Goldziher
Copy link

Hi,

This library is untyped:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants