pep8: Add compliance with rule E261 rss-bot.
This commit is contained in:
parent
5bbf577b54
commit
68587e8e28
|
@ -173,7 +173,7 @@ def elide_subject(subject):
|
|||
|
||||
def send_zulip(entry, feed_name):
|
||||
# type: (Any, str) -> Dict[str, Any]
|
||||
body = entry.summary # type: str
|
||||
body = entry.summary # type: str
|
||||
if opts.unwrap:
|
||||
body = unwrap_text(body)
|
||||
|
||||
|
|
Loading…
Reference in a new issue