Skip to content

Conversation

@jacebrowning
Copy link
Owner

Fixes #344

@jacebrowning jacebrowning self-assigned this Feb 22, 2025
default_value,
)

if init_value != default_value and not issubclass(converter, List):
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm honestly not sure why this logic was here. The tests seem to pass without it.

@jacebrowning jacebrowning merged commit 1f6c88b into main Feb 22, 2025
9 checks passed
@jacebrowning jacebrowning deleted the fix-list-init branch February 22, 2025 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List[str] field is ignored when passed as argument in the contructor

2 participants