Skip to content

Commit 88e1828

Browse files
authored
Merge pull request #18 from stinodego/fix-type-hint
Fix type hint in `convert_to_standard_compliant_column`
2 parents cb22f1f + f3a8cb5 commit 88e1828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataframe_api_compat/polars_standard/__init__.py

+1-1
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)