Skip to content

Commit

Permalink
add return type hint
Browse files Browse the repository at this point in the history
Signed-off-by: Praateek Mahajan <[email protected]>
  • Loading branch information
praateekmahajan committed Sep 23, 2024
1 parent c4efe56 commit 2686459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossfit/backend/cudf/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _construct_list_column(
offset: int = 0,
null_count: int | None = None,
children: tuple[NumericalColumn, ColumnBase] = (), # type: ignore[assignment]
):
) -> cudf.core.column.ListColumn:

kwargs = dict(
size=size,
Expand Down

0 comments on commit 2686459

Please sign in to comment.