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

@@ -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,