mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 00:29:57 +00:00
core[fix]: remove load
from dynamic imports dict (#30849)
This commit is contained in:
parent
7240458619
commit
1f5e207379
@ -19,7 +19,6 @@ __all__ = ["dumpd", "dumps", "load", "loads", "Serializable"]
|
||||
_dynamic_imports = {
|
||||
"dumpd": "dump",
|
||||
"dumps": "dump",
|
||||
"load": "load",
|
||||
"loads": "load",
|
||||
"Serializable": "serializable",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user