mirror of https://github.com/zulip/zulip.git
ec99c1b58d
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. |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
tests | ||
views | ||
__init__.py | ||
models.py | ||
urls.py |