mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
models: Extract zerver.models.realms.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
a8b5a99281
commit
086df4a81e
@@ -65,8 +65,8 @@ from zerver.models import (
|
||||
UserMessage,
|
||||
UserProfile,
|
||||
get_display_recipient,
|
||||
get_fake_email_domain,
|
||||
)
|
||||
from zerver.models.realms import get_fake_email_domain
|
||||
from zerver.models.users import get_user_profile_by_id
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user