mypy: Add type: ignores for optparse.OptionGroup.
Typeshed has already fixed this upstream (Description is optional)
This commit is contained in:
parent
00dbd26500
commit
f124531a88
3 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
jabber_group = optparse.OptionGroup(parser, "Jabber configuration") # type: ignore # https://github.com/python/typeshed/pull/1248
|
||||
jabber_group.add_option(
|
||||
'--jid',
|
||||
default=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue