Fix partially unknown type
This commit is contained in:
parent
58cf20edf0
commit
0e8ef0a392
|
@ -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