zulip/zilencer/management/commands
Anders Kaseorg 365fe0b3d5 python: Sort imports with isort.
Fixes #2665.

Regenerated by tabbott with `lint --fix` after a rebase and change in
parameters.

Note from tabbott: In a few cases, this converts technical debt in the
form of unsorted imports into different technical debt in the form of
our largest files having very long, ugly import sequences at the
start.  I expect this change will increase pressure for us to split
those files, which isn't a bad thing.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-11 16:45:32 -07:00
..
__init__.py
add_mock_conversation.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
add_new_realm.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
add_new_user.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00
add_remote_server.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
calculate_first_visible_message_id.py mypy: Enable strict-optional for calculate_first_visible_message_id. 2019-05-01 10:49:24 -07:00
compare_messages.py python: Convert "".format to Python 3.6 f-strings. 2020-06-08 15:31:20 -07:00
invoice_plans.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
mark_all_messages_unread.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
migrate_stream_notifications.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
populate_db.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
print_initial_password.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00
profile_request.py python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
render_messages.py python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
sync_api_key.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00