mypy: Explain a bit more about the failed imports of API code.

This commit is contained in:
Greg Price 2018-05-15 15:07:57 -04:00
parent ae3f461e02
commit 4c500bba64
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ ignore_missing_imports = True
ignore_missing_imports = True
# Zulip code from elsewhere
# Our own libraries, maintained outside this repo and installed
# through pip. We need to tell mypy where to find them.
[mypy-zulip]
ignore_missing_imports = True