mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 19:09:57 +00:00
nit
This commit is contained in:
@@ -50,7 +50,6 @@ class PutLocalVar(RunnablePassthrough):
|
||||
"PutLocalVar should only be used in a RunnableSequence, and should "
|
||||
"therefore always receive a non-null config."
|
||||
)
|
||||
print(config)
|
||||
if isinstance(self.key, str):
|
||||
if self.key not in config["_locals"]:
|
||||
config["_locals"][self.key] = input
|
||||
|
Reference in New Issue
Block a user