Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
Change-Id: I2c24f8798cb8103d35474e7e6d2e4fc3100825aa
  • Loading branch information
MarkDaoust committed Oct 29, 2024
1 parent 17ceab5 commit 613319f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/generativeai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ def to_mapping_value(value) -> struct_pb2.Struct:
return struct_pb2.Struct(fields={k: to_value(v) for k, v in value.items()})




class PredictionServiceClient(glm.PredictionServiceClient):
def predict(self, model=None, instances=None, parameters=None):
pr = protos.PredictRequest.pb()
Expand Down

0 comments on commit 613319f

Please sign in to comment.