Skip to content

Commit 52533a1

Browse files
committed
format
Change-Id: I60a9bb9ede84c4bcf10f11f35189c49d8e3da25c
1 parent 1f81848 commit 52533a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google/generativeai/operations.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ 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(
40-
name="", filter_="")
39+
for op in client.list_operations(name="", filter_="")
4140
)
4241

4342
return operations

0 commit comments

Comments
 (0)