Skip to content

Commit c714005

Browse files
committed
chore: adjusts type hints to account for complications with mypy part 4
1 parent 32d0c23 commit c714005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bigframes/bigframes/core/blocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,6 +2796,7 @@ def _is_monotonic(
27962796
)
27972797
block = block.drop_columns([equal_monotonic_id, strict_monotonic_id])
27982798

2799+
assert last_result_id is not None
27992800
block, monotonic_result_id = block.apply_binary_op(
28002801
last_result_id,
28012802
last_notna_id,

0 commit comments

Comments
 (0)