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