Skip to content

Commit

Permalink
Revert "format"
Browse files Browse the repository at this point in the history
This reverts commit 52533a1.
  • Loading branch information
MarkDaoust committed Oct 8, 2024
1 parent 52533a1 commit 189faa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/generativeai/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def list_operations(*, client=None) -> Iterator[CreateTunedModelOperation]:
# not a gapic Operation object (`google.api_core.operation.Operation`)
operations = (
CreateTunedModelOperation.from_proto(op, client)
for op in client.list_operations(name="", filter_="")
for op in client.list_operations(
name="", filter_="")
)

return operations
Expand Down

0 comments on commit 189faa2

Please sign in to comment.