lint: Clean up E123 PEP-8 rule.

This commit is contained in:
Tim Abbott
2017-01-23 21:34:26 -08:00
parent 9cc83f87fc
commit d6e38e2a5c
44 changed files with 101 additions and 109 deletions

View File

@@ -578,7 +578,7 @@ def do_set_realm_default_language(realm, default_language):
op="update",
property="default_language",
value=default_language
)
)
send_event(event, active_user_ids(realm))
def do_set_realm_waiting_period_threshold(realm, threshold):