Skip to content

Commit 893e13f

Browse files
committed
fix mypy
1 parent dfd7858 commit 893e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,5 @@ def _apply_nary_op(
486486
"""Applies a nary op to the given DataFrame and return the SQL representing
487487
the resulting DataFrame."""
488488
op_expr = op.as_expr(*args)
489-
sql = _apply_ops_to_sql(obj, [op_expr], [args[0]])
489+
sql = _apply_ops_to_sql(obj, [op_expr], [args[0]]) # type: ignore
490490
return sql

0 commit comments

Comments
 (0)