mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
pep8: Add compliance with rule E261 to zerver/lib/html_diff.py.
This commit is contained in:
@@ -30,7 +30,7 @@ def chunkize(text, in_tag):
|
||||
# type: (Text, bool) -> Tuple[List[Tuple[Text, Text]], bool]
|
||||
start = 0
|
||||
idx = 0
|
||||
chunks = [] # type: List[Tuple[Text, Text]]
|
||||
chunks = [] # type: List[Tuple[Text, Text]]
|
||||
for c in text:
|
||||
if c == '<':
|
||||
in_tag = True
|
||||
|
||||
Reference in New Issue
Block a user