langchain
cb6cf4b6 - Fix return value type of dumpd (#20123)

Commit
1 year ago
Fix return value type of dumpd (#20123) The return type of `json.loads` is `Any`. In fact, the return type of `dumpd` must be based on `json.loads`, so the correction here is understandable. Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Author
Parents
Loading