mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +00:00
fmt
This commit is contained in:
@@ -96,7 +96,7 @@ class Reviver:
|
||||
):
|
||||
[*namespace, name] = value["id"]
|
||||
|
||||
mapping_key = tuple(namespace + [name])
|
||||
mapping_key = tuple(value["id"])
|
||||
|
||||
if namespace[0] not in self.valid_namespaces:
|
||||
raise ValueError(f"Invalid namespace: {value}")
|
||||
|
Reference in New Issue
Block a user