mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| activity_common.py | ||
| installation_activity.py | ||
| realm_activity.py | ||
| stats.py | ||
| support.py | ||
| user_activity.py | ||