Fix partially unknown type

This commit is contained in:
Brandon Chinn 2022-08-09 17:25:26 -07:00 committed by GitHub
parent 58cf20edf0
commit 0e8ef0a392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.