From 5bbf577b54fe20b7c302a82f5e157b82489dcd2a Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Sun, 4 Jun 2017 15:01:39 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 jabber_mirror_backend.py. --- integrations/jabber/jabber_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/jabber/jabber_mirror_backend.py b/integrations/jabber/jabber_mirror_backend.py index f35adbb..1679be7 100755 --- a/integrations/jabber/jabber_mirror_backend.py +++ b/integrations/jabber/jabber_mirror_backend.py @@ -360,7 +360,7 @@ option does not affect login credentials.'''.replace("\n", " ")) const=logging.DEBUG, default=logging.INFO) - jabber_group = optparse.OptionGroup(parser, "Jabber configuration") # type: ignore # https://github.com/python/typeshed/pull/1248 + jabber_group = optparse.OptionGroup(parser, "Jabber configuration") # type: ignore # https://github.com/python/typeshed/pull/1248 jabber_group.add_option( '--jid', default=None,