models: Extract zerver.models.clients.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-12-14 19:33:19 -08:00
committed by Tim Abbott
parent 2394b37fa3
commit bac027962f
32 changed files with 124 additions and 132 deletions

View File

@@ -11,8 +11,8 @@ from zerver.models import (
RealmAuthenticationMethod,
RealmUserDefault,
UserProfile,
get_client,
)
from zerver.models.clients import get_client
from zerver.models.users import get_system_bot
from zproject.backends import all_implemented_backend_names