python: Stop importing get_display_recipient from the wrong file.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:41:09 -08:00
committed by Tim Abbott
parent 39ac378220
commit e8b32a4b67
3 changed files with 3 additions and 3 deletions

View File

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