mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Fix several new errors caught by mypy 0.501.
Clear out a bunch of easy to review errors, so we can focus on the more complicated ones.
This commit is contained in:
@@ -97,3 +97,4 @@ class BaseDocumentationSpider(scrapy.Spider):
|
||||
self._set_error_state()
|
||||
else:
|
||||
raise Exception(failure.value)
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user