From 68587e8e28f7ca3fe5be0308f65a0886b94b2b7c Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Sun, 4 Jun 2017 15:02:31 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 rss-bot. --- integrations/rss/rss-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/rss/rss-bot b/integrations/rss/rss-bot index 4926b99..d72c52c 100644 --- a/integrations/rss/rss-bot +++ b/integrations/rss/rss-bot @@ -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)