zulip/analytics
PIG208 ec99c1b58d analytics: Correctly type aggregate_table with Union.
Since mypy doesn't accept redefinition of the same variable within the
same scope, we need to use type annotations with Union to correctly
type aggregate_table. Note that the type cast is necessary for mypy to
narrow the type of aggregate_table.
2021-07-27 12:17:01 -07:00
..
lib typing: Use assertions for broader types. 2021-07-27 11:44:54 -07:00
management analytics: Use type alias for `fixture_data`. 2021-07-27 12:17:01 -07:00
migrations python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests typing: Fix misuse of HttpResponse. 2021-07-27 14:31:19 +08:00
views analytics: Correctly type aggregate_table with Union. 2021-07-27 12:17:01 -07:00
__init__.py
models.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
urls.py typing: Amend inaccurate type annotations. 2021-07-27 12:17:00 -07:00