From d2c682f21ca1f3ec45e8560af37d0ae62c713464 Mon Sep 17 00:00:00 2001 From: coastalwhite Date: Wed, 8 Jan 2025 11:49:18 +0100 Subject: [PATCH] mypy please --- py-polars/tests/unit/io/test_parquet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/tests/unit/io/test_parquet.py b/py-polars/tests/unit/io/test_parquet.py index eb02a97cb7a4..a9e57a4982d4 100644 --- a/py-polars/tests/unit/io/test_parquet.py +++ b/py-polars/tests/unit/io/test_parquet.py @@ -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,