mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
mypy: Fix rebase errors in create_user.py.
This commit is contained in:
@@ -24,8 +24,6 @@ def copy_user_settings(source_profile: UserProfile, target_profile: UserProfile)
|
||||
value = getattr(source_profile, settings_name)
|
||||
setattr(target_profile, settings_name, value)
|
||||
|
||||
return target_profile
|
||||
|
||||
# create_user_profile is based on Django's User.objects.create_user,
|
||||
# except that we don't save to the database so it can used in
|
||||
# bulk_creates
|
||||
|
||||
Reference in New Issue
Block a user