pep8: Add compliance with rule E261 send.py.

This commit is contained in:
Aditya Bansal 2017-06-04 15:05:34 +05:30
parent 93dfd0df1d
commit dd4a488ee5

View file

@ -78,7 +78,7 @@ def main(argv=None):
parser.add_option('-m', '--message', parser.add_option('-m', '--message',
help='Specifies the message to send, prevents interactive prompting.') 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', group.add_option('-s', '--stream',
dest='stream', dest='stream',
action='store', action='store',