Skip to content

Commit f3a8cb5

Browse files
committed
Fix type hint
1 parent cb22f1f commit f3a8cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataframe_api_compat/polars_standard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def dataframe_from_2d_array(
244244

245245

246246
def convert_to_standard_compliant_column(
247-
ser: pl.LazyFrame, api_version: str | None = None
247+
ser: pl.Series, api_version: str | None = None
248248
) -> PolarsDataFrame:
249249
df = (
250250
ser.to_frame()

0 commit comments

Comments
 (0)