From dd4a488ee50a9c0cb7f02a0ed1ad8d3b2bc9b4e6 Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Sun, 4 Jun 2017 15:05:34 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 send.py. --- zulip/send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/send.py b/zulip/send.py index ba28cb0..d740e92 100755 --- a/zulip/send.py +++ b/zulip/send.py @@ -78,7 +78,7 @@ def main(argv=None): parser.add_option('-m', '--message', help='Specifies the message to send, prevents interactive prompting.') - group = optparse.OptionGroup(parser, 'Stream parameters') # type: ignore # https://github.com/python/typeshed/pull/1248 + group = optparse.OptionGroup(parser, 'Stream parameters') # type: ignore # https://github.com/python/typeshed/pull/1248 group.add_option('-s', '--stream', dest='stream', action='store',