mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
653b0b0436
commit
f223251ffe
@@ -235,9 +235,9 @@ def remote_realm_billing_finalize_login(
|
||||
user_email = user_dict["user_email"]
|
||||
user_uuid = user_dict["user_uuid"]
|
||||
|
||||
assert (
|
||||
settings.TERMS_OF_SERVICE_VERSION is not None
|
||||
), "This is only run on the bouncer, which has ToS"
|
||||
assert settings.TERMS_OF_SERVICE_VERSION is not None, (
|
||||
"This is only run on the bouncer, which has ToS"
|
||||
)
|
||||
|
||||
try:
|
||||
remote_user = RemoteRealmBillingUser.objects.get(
|
||||
|
||||
Reference in New Issue
Block a user