mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
The mypy django-stubs plugin incorrectly infers optional value for order, which makes the `value_list` to be typed as `Iterable[Optional[int]]`. We use a type cast here to ensure that `try_reorder_relam_custom_profile_fields` won't causes mypy to complain about it. TODO: Remove the cast when https://github.com/typeddjango/django-stubs/issues/444 gets resovled. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
35 KiB
35 KiB