Skip to content

Commit

Permalink
fix(python): More accurate from_dicts typing/signature (#19322)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie authored Oct 20, 2024
1 parent dbc8368 commit b60b4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/convert/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def from_dict(


def from_dicts(
data: Sequence[dict[str, Any]],
data: Iterable[dict[str, Any]],
schema: SchemaDefinition | None = None,
*,
schema_overrides: SchemaDict | None = None,
Expand Down

0 comments on commit b60b4bf

Please sign in to comment.