mirror of https://github.com/zulip/zulip.git
10f2ec043d
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. |
||
---|---|---|
.. | ||
webhooks | ||
__init__.py | ||
alert_words.py | ||
messages.py | ||
realm_emoji.py | ||
report.py | ||
streams.py | ||
tutorial.py | ||
upload.py | ||
user_settings.py | ||
users.py |