Skip to content

Commit 71fe05a

Browse files
appease mypy
1 parent a344b30 commit 71fe05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/compile/ibis_compiler/aggregate_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def _(
691691
return (
692692
ibis_ops.StringAgg(
693693
column, # type: ignore
694-
sep=op.sep,
694+
sep=op.sep, # type: ignore
695695
order_by=order_by, # type: ignore
696696
)
697697
.to_expr()

0 commit comments

Comments
 (0)