mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
scim: Placate mypy 0.930.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c8dd90f32b
commit
60eed65832
@@ -277,6 +277,7 @@ class ZulipSCIMUser(SCIMUser):
|
|||||||
raise ConflictError("Email address already in use: " + str(e))
|
raise ConflictError("Email address already in use: " + str(e))
|
||||||
|
|
||||||
if self.is_new_user():
|
if self.is_new_user():
|
||||||
|
assert full_name_new_value is not None
|
||||||
self.obj = do_create_user(
|
self.obj = do_create_user(
|
||||||
email_new_value,
|
email_new_value,
|
||||||
password,
|
password,
|
||||||
|
|||||||
Reference in New Issue
Block a user