Skip to content

Commit 189faa2

Browse files
committed
Revert "format"
This reverts commit 52533a1.
1 parent 52533a1 commit 189faa2

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)