Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 524b336

Browse files
committed
black
Change-Id: Ie40eb0797e317566cc5a5665a6b38f36c748effc
1 parent 6953aca commit 524b336

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

google/generativeai/__init__.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,18 @@
8181

8282

8383
warnings.warn(
84-
textwrap.dedent("""
85-
86-
All support for the `google.generativeai` package has ended. It will no longer be receiving
87-
updates or bug fixes. Please switch to the `google.genai` package as soon as possible.
88-
See README for more details:
89-
90-
https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md
91-
"""),
84+
textwrap.dedent(
85+
"""
86+
87+
All support for the `google.generativeai` package has ended. It will no longer be receiving
88+
updates or bug fixes. Please switch to the `google.genai` package as soon as possible.
89+
See README for more details:
90+
91+
https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md
92+
"""
93+
),
9294
FutureWarning,
93-
stacklevel=2
95+
stacklevel=2,
9496
)
9597

9698

0 commit comments

Comments
 (0)