mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
Lint
This commit is contained in:
parent
cc83f54694
commit
e420bf22b6
@ -1059,7 +1059,7 @@ class RunnableMapChunk(Dict[str, Any]):
|
||||
"""
|
||||
|
||||
def __add__(self, other: RunnableMapChunk) -> RunnableMapChunk:
|
||||
chunk = self.copy()
|
||||
chunk = RunnableMapChunk(self)
|
||||
for key in other:
|
||||
if key not in chunk or chunk[key] is None:
|
||||
chunk[key] = other[key]
|
||||
|
Loading…
Reference in New Issue
Block a user