Skip to content

Commit

Permalink
Merge pull request #18 from stinodego/fix-type-hint
Browse files Browse the repository at this point in the history
Fix type hint in `convert_to_standard_compliant_column`
  • Loading branch information
MarcoGorelli authored Oct 25, 2023
2 parents cb22f1f + f3a8cb5 commit 88e1828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataframe_api_compat/polars_standard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def dataframe_from_2d_array(


def convert_to_standard_compliant_column(
ser: pl.LazyFrame, api_version: str | None = None
ser: pl.Series, api_version: str | None = None
) -> PolarsDataFrame:
df = (
ser.to_frame()
Expand Down

0 comments on commit 88e1828

Please sign in to comment.