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 Tim Abbott
parent 45bb8d2580
commit 7001a0dfc0
25 changed files with 129 additions and 120 deletions

View File

@@ -53,7 +53,6 @@ from zerver.models import (
Recipient,
Stream,
Subscription,
SystemGroups,
UserGroup,
UserMessage,
UserProfile,
@@ -62,6 +61,7 @@ from zerver.models import (
get_stream,
)
from zerver.models.constants import MAX_TOPIC_NAME_LENGTH
from zerver.models.groups import SystemGroups
from zerver.models.users import get_system_bot, get_user
from zerver.views.message_send import InvalidMirrorInputError