Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 9a5688c

Browse files
committed
change a function call
1 parent 97cdf51 commit 9a5688c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigframes/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def get_loc(self, key) -> typing.Union[int, slice, "bigframes.series.Series"]:
283283
)
284284

285285
windowed_array = ArrayValue(window_node)
286-
windowed_block = self._block.__class__(
286+
windowed_block = blocks.Block(
287287
windowed_array,
288288
index_columns=self._block.index_columns,
289289
column_labels=self._block.column_labels.insert(

0 commit comments

Comments
 (0)