Skip to content

Commit d6225af

Browse files
committed
fix lint
1 parent 77d920c commit d6225af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/core/compile/sqlglot/expressions/test_ai_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_ai_generate_with_output_schema(scalar_types_df: dataframe.DataFrame, sn
5555
endpoint="gemini-2.5-flash",
5656
request_type="shared",
5757
model_params=None,
58-
output_schema='x INT64, y FLOAT64',
58+
output_schema="x INT64, y FLOAT64",
5959
)
6060

6161
sql = utils._apply_unary_ops(

0 commit comments

Comments
 (0)