Skip to content

Commit

Permalink
Update libs/core/langchain_core/runnables/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brace Sproul <[email protected]>
  • Loading branch information
nfcampos and bracesproul authored Dec 6, 2023
1 parent ab12a45 commit 0a13147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/core/langchain_core/runnables/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,6 @@ def config_specs(self) -> List[ConfigurableFieldSpec]:
# assign context dependencies
for pos, (spec, idx) in enumerate(all_specs):
if spec.id.startswith(CONTEXT_CONFIG_PREFIX):
print(spec.id, deps_by_pos[idx])
all_specs[pos] = (
ConfigurableFieldSpec(
id=spec.id,
Expand Down

0 comments on commit 0a13147

Please sign in to comment.