Skip to content

Commit

Permalink
Also correct Required
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus authored Jun 6, 2024
1 parent 666fc35 commit f735831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voluptuous/schema_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ def __init__(
self,
schema: Schemable,
msg: typing.Optional[str] = None,
default=UNDEFINED,
default: typing.Any = UNDEFINED,
description: typing.Optional[str] = None,
) -> None:
super(Required, self).__init__(schema, msg=msg, description=description)
Expand Down

0 comments on commit f735831

Please sign in to comment.