Skip to content

Commit

Permalink
Fix partially unknown type (#10204)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Aug 12, 2022
1 parent abd5df4 commit 4d430ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/config/argparsing.py
Expand Up @@ -169,7 +169,7 @@ def addini(
type: Optional[
"Literal['string', 'paths', 'pathlist', 'args', 'linelist', 'bool']"
] = None,
default=None,
default: Any = None,
) -> None:
"""Register an ini-file option.
Expand Down

0 comments on commit 4d430ea

Please sign in to comment.