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
Hey I am using mypy which checks the src, however, I am getting this error.
"validators": module is installed, but missing library stubs or py.typed marker
[import-untyped]
import validators
^
Hey I am using mypy which checks the src, however, I am getting this error.
"validators": module is installed, but missing library stubs or py.typed marker
[import-untyped]
import validators
^
Ref : missing py.typed
Is it a feature you hope to implement?
The text was updated successfully, but these errors were encountered: