mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
models: Extract zerver.models.clients.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
2394b37fa3
commit
bac027962f
@@ -13,7 +13,8 @@ from django.db.models import Q, QuerySet
|
||||
from typing_extensions import override
|
||||
|
||||
from zerver.lib.initial_password import initial_password
|
||||
from zerver.models import Client, Realm, UserProfile, get_client
|
||||
from zerver.models import Client, Realm, UserProfile
|
||||
from zerver.models.clients import get_client
|
||||
|
||||
|
||||
def is_integer_string(val: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user