Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Aug 11, 2024
1 parent ddd8bed commit 3332e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_dask/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,5 @@ def gather_every(self: Self, n: int, offset: int) -> Self:
pln.col(row_index_token) >= offset, # type: ignore[operator]
(pln.col(row_index_token) - offset) % n == 0, # type: ignore[arg-type]
)
.drop(row_index_token)
.drop([row_index_token])
)

0 comments on commit 3332e50

Please sign in to comment.