mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
models: Extract zerver.models.users.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
37a9c4501f
commit
45bb8d2580
@@ -21,7 +21,8 @@ from zerver.lib.webhooks.common import (
|
||||
standardize_headers,
|
||||
validate_extract_webhook_http_header,
|
||||
)
|
||||
from zerver.models import UserProfile, get_realm, get_user
|
||||
from zerver.models import UserProfile, get_realm
|
||||
from zerver.models.users import get_user
|
||||
|
||||
|
||||
class WebhooksCommonTestCase(ZulipTestCase):
|
||||
|
||||
Reference in New Issue
Block a user