mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
pep8: Fix E203 violations
This commit is contained in:
@@ -127,7 +127,7 @@ def parse_selectors_section(tokens):
|
||||
assert pre_fluff == ''
|
||||
i = start
|
||||
text = ''
|
||||
while i < len(tokens) and tokens[i].s != '{' :
|
||||
while i < len(tokens) and tokens[i].s != '{':
|
||||
s = tokens[i].s
|
||||
text += s
|
||||
i += 1
|
||||
|
||||
Reference in New Issue
Block a user