Skip to content

Commit 9c17725

Browse files
committed
bad merge
1 parent 7ede976 commit 9c17725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bigframes/dataframe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,6 @@ def _filter_rows(
25312531
elif items is not None:
25322532
# Behavior matches pandas 2.1+, older pandas versions would reindex
25332533
block = self._block
2534-
block = self._block
25352534
block, mask_id = block.apply_unary_op(
25362535
self._block.index_columns[0], ops.IsInOp(values=tuple(items))
25372536
)

0 commit comments

Comments
 (0)