Skip to content

Commit

Permalink
mypy please
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Jan 8, 2025
1 parent 8078b89 commit d2c682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ def test_struct_list_statistics_20510() -> None:
data,
schema=pl.Schema(
{
"name": pl.String,
"name": pl.String(),
"data": pl.Struct(
{
"title": pl.String,
Expand Down

0 comments on commit d2c682f

Please sign in to comment.