PIG208
e517f967b8
typing: Amend inaccurate type annotations.
...
This amend some type annotations that turn out to be inaccurate with
django-stubs.
2021-07-27 12:17:00 -07:00
PIG208
d2af20eb2a
typing: Do explicit type conversion when appropriate.
...
When calling some functions or assigning values to certain attributes,
the arguments/right operand do not match the exact type that the
functions/attributes expect, and thus we fix that by converting types
beforehand.
2021-07-26 15:09:07 -07:00
Anders Kaseorg
fb3ddf50d4
python: Fix mypy no_implicit_reexport errors.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-07-16 14:02:31 -07:00
Tim Abbott
e083134764
analytics: Extract analytics/views/user_activity.py.
2021-06-17 17:39:28 -07:00
Tim Abbott
0d2e5cc390
analytics: Extract analytics/views/realm_activity.py.
2021-06-17 17:39:28 -07:00
Tim Abbott
7099dff91a
analytics: Extract common /activity views functions.
...
This will be helpful for further splitting the giant files here.
2021-06-17 17:39:28 -07:00