Skip to content

Commit 645ceab

Browse files
blacken
Change-Id: I4e073d821d29eea30801bdb7e2a8dc01bb7d6b9a
1 parent 17372e3 commit 645ceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/caching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _prepare_create_request(
9191
if name is not None:
9292
if not caching_types.valid_cached_content_name(name):
9393
raise ValueError(caching_types.NAME_ERROR_MESSAGE.format(name=name))
94-
94+
9595
name = "cachedContents/" + name
9696

9797
if "/" not in model:

0 commit comments

Comments
 (0)