Skip to content

Commit 0bdaf17

Browse files
committed
fix lint
1 parent 91d349e commit 0bdaf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ def inherits_order(self) -> bool:
14151415
op_inherits_order = (
14161416
not self.expression.op.order_independent
14171417
) and self.expression.op.implicitly_inherits_order
1418-
# range-bounded windows do not inherit orders because their ordering are
1418+
# range-bounded windows do not inherit orders because their ordering are
14191419
# already defined before rewrite time.
14201420
return op_inherits_order or self.window_spec.is_row_bounded
14211421

0 commit comments

Comments
 (0)