lint: Clean up E126 PEP-8 rule.
This commit is contained in:
parent
31efc903bd
commit
722fc56534
8 changed files with 60 additions and 60 deletions
|
@ -48,8 +48,8 @@ parser.add_option('--new-short-name')
|
|||
client = zulip.init_from_options(options)
|
||||
|
||||
print(client.create_user({
|
||||
'email': options.new_email,
|
||||
'password': options.new_password,
|
||||
'full_name': options.new_full_name,
|
||||
'short_name': options.new_short_name
|
||||
'email': options.new_email,
|
||||
'password': options.new_password,
|
||||
'full_name': options.new_full_name,
|
||||
'short_name': options.new_short_name
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue