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
To Reproduce
Run mypy against the following snippet
importprometheus_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
The text was updated successfully, but these errors were encountered:
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
Expected behavior
py.typed exists
The text was updated successfully, but these errors were encountered: