mirror of https://github.com/langgenius/dify.git
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:
parent
30617feff8
commit
70bc5ca7f4
|
|
@ -1,5 +1,5 @@
|
|||
import json
|
||||
from typing import Literal
|
||||
from typing import IO, Literal
|
||||
import requests
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue