mypy: Remove 'type: ignore's now that python/mypy#1248 is fixed.
This commit is contained in:
parent
03f5e9110b
commit
3e55124f4e
2 changed files with 2 additions and 2 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") # type: ignore # https://github.com/python/typeshed/pull/1248
|
||||
jabber_group = optparse.OptionGroup(parser, "Jabber configuration")
|
||||
jabber_group.add_option(
|
||||
'--jid',
|
||||
default=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue