Skip to content

Commit 518d51c

Browse files
[mypy] Fix expected 'str' in '_CallableArgument' not 'Any | None'
1 parent e6c1e25 commit 518d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/config/argument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def __init__(
483483
kwargs: dict[str, Any],
484484
hide_help: bool,
485485
section: str | None,
486-
metavar: str,
486+
metavar: str | None,
487487
) -> None:
488488
super().__init__(
489489
flags=flags, arg_help=arg_help, hide_help=hide_help, section=section

0 commit comments

Comments
 (0)