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
... # Other errors
foor/bar.py:N: error: Cannot find implementation or library stub for module named 'halo'
foo/bar.py:N: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
... # Other errors
People to notify
The text was updated successfully, but these errors were encountered:
Description
This library needs type hints. I use MyPy, which complain because this library has no type stubs. You can easily make them with
System settings
/usr/bin/python3
): 3.8.2- Halo version:-pip freeze
output:Error
N/A
Expected behaviour
MyPy won't get angry
Steps to recreate
mypy .
) on codebase that imports HaloPeople to notify
The text was updated successfully, but these errors were encountered: