Add missing import "IO" in client.py (#26389)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Timo 2025-09-29 07:50:53 +02:00 committed by GitHub
parent 30617feff8
commit 70bc5ca7f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import json
from typing import Literal
from typing import IO, Literal
import requests