mirror of https://github.com/zulip/zulip.git
495a8476be
This fixes a batch of mypy errors of the following format: 'Item "None" of "Optional[Something]" has no attribute "abc" Since we have already been recklessly using these attritbutes in the tests, adding assertions beforehand is justified presuming that they oughtn't to be None. |
||
---|---|---|
.. | ||
__init__.py | ||
test_activity_views.py | ||
test_counts.py | ||
test_fixtures.py | ||
test_stats_views.py | ||
test_support_views.py |