Skip to content

Commit ca083a0

Browse files
committed
fix lint
1 parent d6225af commit ca083a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bigframes/core/compile/sqlglot/expressions/ai_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from __future__ import annotations
1616

1717
from dataclasses import asdict
18-
import typing
1918

2019
import sqlglot.expressions as sge
2120

tests/system/small/bigquery/test_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_ai_generate_with_invalid_output_schema_raise_error(session):
115115
prompt = ("Describe ", country)
116116

117117
with pytest.raises(ValueError):
118-
result = bbq.ai.generate(
118+
bbq.ai.generate(
119119
prompt,
120120
endpoint="gemini-2.5-flash",
121121
output_schema={"population": "INT64", "is_in_north_america": "bool"},

0 commit comments

Comments
 (0)