Skip to content

Commit f63563f

Browse files
committed
test
Change-Id: I58fded9ee4abed26c02659f973ea9cf44d164ab3
1 parent b31aa6a commit f63563f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/generativeai/operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def list_operations(*, client=None) -> Iterator[CreateTunedModelOperation]:
3636
# not a gapic Operation object (`google.api_core.operation.Operation`)
3737
operations = (
3838
CreateTunedModelOperation.from_proto(op, client)
39-
for op in client.list_operations(name="", filter_="")
39+
for op in client.list_operations(
40+
name="", filter_="")
4041
)
4142

4243
return operations

0 commit comments

Comments
 (0)