pep8: Fix E303 violations.

This commit is contained in:
Sidhant Bhavnani 2016-12-02 16:18:11 +00:00 committed by Tim Abbott
parent 6eb6016913
commit 2e2b8af9fd
5 changed files with 0 additions and 10 deletions

View file

@ -89,7 +89,6 @@ def main(argv=None):
help='Allows the user to specify a subject for the message.')
parser.add_option_group(group)
(options, recipients) = parser.parse_args(argv[1:])
if options.verbose: