zulip/analytics
PIG208 66b1a4e7ca backend: Add None-checks with assertions and if-elses.
This fixes a batch of mypy errors of the following format:
'Item "None" of "Optional[Something]" has no attribute "abc"'
2021-07-24 15:00:21 -07:00
..
lib python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
management backend: Add None-checks with assertions and if-elses. 2021-07-24 15:00:21 -07:00
migrations python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests tests: Use assertion to enforce None-checks in tests. 2021-07-24 09:54:21 -07:00
views backend: Add None-checks with assertions and if-elses. 2021-07-24 15:00:21 -07:00
__init__.py
models.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
urls.py analytics: Rename get_activity to get_installation_activity. 2021-06-17 17:39:28 -07:00