mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
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:
committed by
Anders Kaseorg
parent
c419c6369e
commit
733083c65d
@@ -13,11 +13,7 @@ from django_otp.middleware import is_verified
|
||||
from zulip_bots.custom_exceptions import ConfigValidationError
|
||||
|
||||
from zerver.lib.avatar import avatar_url, get_avatar_field
|
||||
from zerver.lib.cache import (
|
||||
cache_with_key,
|
||||
get_cross_realm_dicts_key,
|
||||
realm_user_dict_fields,
|
||||
)
|
||||
from zerver.lib.cache import cache_with_key, get_cross_realm_dicts_key, realm_user_dict_fields
|
||||
from zerver.lib.exceptions import (
|
||||
JsonableError,
|
||||
OrganizationAdministratorRequiredError,
|
||||
|
||||
Reference in New Issue
Block a user