mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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
@@ -79,9 +79,8 @@ from zerver.models import (
|
||||
UserTopic,
|
||||
get_huddle_hash,
|
||||
get_realm,
|
||||
get_system_bot,
|
||||
get_user_profile_by_id,
|
||||
)
|
||||
from zerver.models.users import get_system_bot, get_user_profile_by_id
|
||||
|
||||
realm_tables = [
|
||||
("zerver_realmauthenticationmethod", RealmAuthenticationMethod, "realmauthenticationmethod"),
|
||||
|
||||
Reference in New Issue
Block a user