Fix partially unknown type (#10204)

This commit is contained in:
Brandon Chinn
2022-08-12 02:08:39 -07:00
committed by GitHub
parent abd5df4b3c
commit 4d430ea6ff

View File

@@ -169,7 +169,7 @@ class Parser:
type: Optional[
"Literal['string', 'paths', 'pathlist', 'args', 'linelist', 'bool']"
] = None,
default=None,
default: Any = None,
) -> None:
"""Register an ini-file option.