pep8: Fix many rule E128 violations.
[Tweaked by tabbott to adjust some approaches used in wrapping]
This commit is contained in:
parent
47488217b1
commit
cc5444a725
2 changed files with 4 additions and 4 deletions
|
@ -147,9 +147,9 @@ def elide_subject(subject):
|
|||
|
||||
def send_zulip(entry, feed_name):
|
||||
content = "**[%s](%s)**\n%s\n%s" % (entry.title,
|
||||
entry.link,
|
||||
strip_tags(entry.summary),
|
||||
entry.link)
|
||||
entry.link,
|
||||
strip_tags(entry.summary),
|
||||
entry.link)
|
||||
message = {"type": "stream",
|
||||
"sender": opts.zulip_email,
|
||||
"to": opts.stream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue