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
I think this causes mypy checks of projects that imports zulip to fail.
error: Skipping analyzing "zulip": found module but no type hints or library stubs
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
The text was updated successfully, but these errors were encountered:
There is
py.typed
in https://files.pythonhosted.org/packages/7b/e8/8655a8d7f6d62b5781418bf2da81b9eed6bb519af6da12fee3b78ed1e513/zulip-0.8.0-py3-none-any.whlBut not in https://files.pythonhosted.org/packages/1b/da/cd4d2fac58b7211fcf875a4f9f78297b6d38caccda9fe506432961381fdf/zulip-0.8.1-py3-none-any.whl
I think this causes
mypy
checks of projects that importszulip
to fail.The text was updated successfully, but these errors were encountered: