Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Change-Id: I1bb15e1363c652f9c0b4a60dad834fce65a4f0a1
  • Loading branch information
MarkDaoust committed Oct 24, 2024
1 parent 3dc69a0 commit ab19345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def make_client(self, name):
"prediction": PredictionServiceClient,
"prediction_async": PredictionServiceAsyncClient,
}
cls = local_clients.get("name", None)
cls = local_clients.get(name, None)

if cls is None:
if name.endswith("_async"):
Expand Down

0 comments on commit ab19345

Please sign in to comment.