lint: Clean up E123 PEP-8 rule.
This commit is contained in:
parent
5b3d2c9100
commit
55e8d5f58d
9 changed files with 13 additions and 13 deletions
|
@ -45,7 +45,7 @@ def send_log_zulip(file_name, count, lines, extra=""):
|
|||
"to": "logs",
|
||||
"subject": "%s on %s" % (file_name, platform.node()),
|
||||
"content": content,
|
||||
})
|
||||
})
|
||||
|
||||
def process_lines(raw_lines, file_name):
|
||||
# type: (List[str], str) -> None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue