Skip to content

Commit bcb9178

Browse files
committed
fix(genai): lint error
1 parent dd56ba2 commit bcb9178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/text_generation/textgen_chat_stream_with_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def generate_content() -> bool:
1717
# [START googlegenaisdk_textgen_chat_stream_with_txt]
1818
from google import genai
19-
from google.genai.types import HttpOptions, GenerateContentConfig
19+
from google.genai.types import HttpOptions
2020

2121
client = genai.Client(http_options=HttpOptions(api_version="v1"))
2222
chat_session = client.chats.create(model="gemini-2.5-flash-preview-05-20")

0 commit comments

Comments
 (0)