Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Sep 5, 2024
1 parent 5477981 commit f2e760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsdata/formats/dataclass/serializers/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def convert_value(
elif var.is_elements:
yield from self.convert_elements(value, var, namespace)
elif var.list_element and (
collections.is_array(value) or isinstance(value, Generator)
collections.is_array(value) or isinstance(value, Generator)
):
yield from self.convert_list(value, var, namespace)
else:
Expand Down

0 comments on commit f2e760e

Please sign in to comment.