mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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
@@ -130,9 +130,7 @@ from zerver.views.registration import (
|
||||
realm_register,
|
||||
signup_send_confirm,
|
||||
)
|
||||
from zerver.views.report import (
|
||||
report_csp_violations,
|
||||
)
|
||||
from zerver.views.report import report_csp_violations
|
||||
from zerver.views.scheduled_messages import (
|
||||
create_scheduled_message_backend,
|
||||
delete_scheduled_messages,
|
||||
|
||||
Reference in New Issue
Block a user