mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
models: Extract zerver.models.users.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
37a9c4501f
commit
45bb8d2580
@@ -26,9 +26,8 @@ from zerver.models import (
|
||||
get_bot_services,
|
||||
get_realm,
|
||||
get_stream,
|
||||
get_user,
|
||||
is_cross_realm_bot_email,
|
||||
)
|
||||
from zerver.models.users import get_user, is_cross_realm_bot_email
|
||||
|
||||
|
||||
# A test validator
|
||||
|
||||
Reference in New Issue
Block a user