openai[patch]: update imports in test (#30828)

Quick fix to unblock CI, will need to address in core separately.
This commit is contained in:
ccurme 2025-04-14 15:33:38 -04:00 committed by GitHub
parent edb6a23aea
commit f7c4965fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
from langchain_core.load.dump import dumpd, dumps
from langchain_core.load.load import load, loads
from langchain_core.load import dumpd, dumps, load, loads
from langchain_openai import ChatOpenAI, OpenAI