Skip to content

Commit fd1b9ac

Browse files
Update packages/bigframes/third_party/bigframes_vendored/ibis/expr/operations/ai_ops.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ec899df commit fd1b9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/bigframes/third_party/bigframes_vendored/ibis/expr/operations

packages/bigframes/third_party/bigframes_vendored/ibis/expr/operations/ai_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class AIScore(Value):
176176
shape = rlz.shape_like("prompt")
177177

178178
@attribute
179-
def dtype(self) -> dt.Struct:
179+
def dtype(self) -> dt.DataType:
180180
return dt.float64
181181

182182

0 commit comments

Comments
 (0)