ruff: Collapse short multi-line import statements.

isort did this by default, though it’s unclear whether that was
intended; see https://github.com/astral-sh/ruff/issues/4153.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-08-02 17:09:35 -07:00
committed by Anders Kaseorg
parent c419c6369e
commit 733083c65d
14 changed files with 18 additions and 82 deletions

View File

@@ -8,9 +8,7 @@ from django.conf import settings
from django.utils.translation import gettext as _
from version import API_FEATURE_LEVEL, ZULIP_MERGE_BASE, ZULIP_VERSION
from zerver.actions.default_streams import (
default_stream_groups_to_dicts_sorted,
)
from zerver.actions.default_streams import default_stream_groups_to_dicts_sorted
from zerver.actions.users import get_owned_bot_dicts
from zerver.lib import emoji
from zerver.lib.alert_words import user_alert_words