models: Extract zerver.models.groups.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-12-14 16:55:59 -08:00
committed by Alex Vandiver
parent ee85ac5433
commit a8b5a99281
25 changed files with 129 additions and 120 deletions

View File

@@ -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 = [