Remove mypy exemption for api/zulip/__init__.py.
This required instead exempting these files: bots/jabber_mirror_backend.py tools/deprecated/iframe-bot/show-last-messages Turning on mypy for the API exposes issues in the annotations of other files.
This commit is contained in:
parent
14ee40bf52
commit
5ad39e3971
|
@ -117,7 +117,7 @@ def send_zulip(message):
|
|||
if result["result"] != "success":
|
||||
logger.error("Error sending zulip, args were:")
|
||||
logger.error(str(message))
|
||||
logger.error(result)
|
||||
logger.error(str(result))
|
||||
print_status_and_exit(1)
|
||||
|
||||
# Returns True if and only if we "Detected server failure" sending the zephyr.
|
||||
|
|
Loading…
Reference in a new issue