mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
generate_random_token used to return a value of type six.binary_type and its return type was annotated as `str`. This commit fixes that by making it return a value of type `six.text_type` and updating the annotation accordingly. Also fix clashing annnotations.
3.4 KiB
3.4 KiB