mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
python: Stop importing get_display_recipient from the wrong file.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
39ac378220
commit
e8b32a4b67
@@ -31,7 +31,7 @@ from zerver.worker import queue_processors
|
||||
|
||||
from zerver.lib.actions import (
|
||||
check_send_message, create_stream_if_needed, bulk_add_subscriptions,
|
||||
get_display_recipient, get_stream_recipient,
|
||||
get_stream_recipient,
|
||||
)
|
||||
|
||||
from zerver.models import (
|
||||
|
||||
Reference in New Issue
Block a user