pep8: Add compliance with rule E261 rss-bot.

This commit is contained in:
Aditya Bansal 2017-06-04 15:02:31 +05:30
parent 5bbf577b54
commit 68587e8e28

View file

@ -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)