mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Other functions took the form of returning Sequence[T] when the QuerySet functionality is unused beyond the function, with T being the objects filtered for in the function body; this commit follows that practice for the one remaining python2 comment-annotated function, completing the transition of models.py to py3.5 function annotations. A note is also added to another function regarding a need to return a QuerySet, and ideally a QuerySet[T] in line with the other functions, as and when QuerySet becomes annotated as a generic.
41 KiB
41 KiB