Fix partially unknown type (#10204)
This commit is contained in:
parent
abd5df4b3c
commit
4d430ea6ff
|
@ -169,7 +169,7 @@ class Parser:
|
||||||
type: Optional[
|
type: Optional[
|
||||||
"Literal['string', 'paths', 'pathlist', 'args', 'linelist', 'bool']"
|
"Literal['string', 'paths', 'pathlist', 'args', 'linelist', 'bool']"
|
||||||
] = None,
|
] = None,
|
||||||
default=None,
|
default: Any = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Register an ini-file option.
|
"""Register an ini-file option.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue