Skip to content

Commit f7c4965

Browse files
authored
openai[patch]: update imports in test (#30828)
Quick fix to unblock CI, will need to address in core separately.
1 parent edb6a23 commit f7c4965

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/partners/openai/tests/unit_tests/test_load.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from langchain_core.load.dump import dumpd, dumps
2-
from langchain_core.load.load import load, loads
1+
from langchain_core.load import dumpd, dumps, load, loads
32

43
from langchain_openai import ChatOpenAI, OpenAI
54

0 commit comments

Comments
 (0)