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
|
@ -76,10 +76,10 @@ def trac_subject(ticket):
|
|||
def send_update(ticket, content):
|
||||
# type: (Any, str) -> None
|
||||
client.send_message({
|
||||
"type": "stream",
|
||||
"to": config.STREAM_FOR_NOTIFICATIONS,
|
||||
"content": content,
|
||||
"subject": trac_subject(ticket)
|
||||
"type": "stream",
|
||||
"to": config.STREAM_FOR_NOTIFICATIONS,
|
||||
"content": content,
|
||||
"subject": trac_subject(ticket)
|
||||
})
|
||||
|
||||
class ZulipPlugin(Component):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue