mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The pattern of using the same variable to apply filters or alter the `QuerySet` in other ways might produce `QuerySet`s with incompatible types. This behavior is not allowed by mypy. Signed-off-by: Zixuan James Li <p359101898@gmail.com>