scim: Placate mypy 0.930.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-12-22 21:55:07 -08:00 committed by Tim Abbott
parent c8dd90f32b
commit 60eed65832
1 changed files with 1 additions and 0 deletions

View File

@ -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,