mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 jabber_mirror_backend.py.
This commit is contained in:
parent
02b855a389
commit
880314e45e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue