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

missing py.typed #286

Open
jogo-openai opened this issue May 29, 2024 · 0 comments
Open

missing py.typed #286

jogo-openai opened this issue May 29, 2024 · 0 comments

Comments

@jogo-openai
Copy link

Describe the bug
project has some typoing but is missing the py.typed file as per https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker

To Reproduce
Run mypy against the following snippet

import prometheus_api_client
 error: Skipping analyzing "prometheus_api_client": module is installed, but missing library stubs or py.typed marker  [import-untyped]
 note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

Expected behavior
py.typed exists

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

No branches or pull requests

1 participant