mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +00:00
models: Extract zerver.models.groups.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
ee85ac5433
commit
a8b5a99281
@@ -67,7 +67,6 @@ from zerver.models import (
|
||||
Service,
|
||||
Stream,
|
||||
Subscription,
|
||||
SystemGroups,
|
||||
UserActivity,
|
||||
UserActivityInterval,
|
||||
UserGroup,
|
||||
@@ -80,6 +79,7 @@ from zerver.models import (
|
||||
get_huddle_hash,
|
||||
get_realm,
|
||||
)
|
||||
from zerver.models.groups import SystemGroups
|
||||
from zerver.models.users import get_system_bot, get_user_profile_by_id
|
||||
|
||||
realm_tables = [
|
||||
|
||||
Reference in New Issue
Block a user