Phoenix21 commited on
Commit
b358a08
·
verified ·
1 Parent(s): e8f5a10

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -1
pipeline.py CHANGED
@@ -180,7 +180,6 @@ def run_with_chain_context(inputs: Dict[str, Any]) -> Dict[str, str]:
180
  ###############################################################################
181
  # 7) Build a "Runnable" wrapper so .with_listeners() works
182
  ###############################################################################
183
- from langchain.runnables.base import Runnable
184
 
185
  class PipelineRunnable(Runnable[Dict[str, Any], Dict[str, str]]):
186
  """
 
180
  ###############################################################################
181
  # 7) Build a "Runnable" wrapper so .with_listeners() works
182
  ###############################################################################
 
183
 
184
  class PipelineRunnable(Runnable[Dict[str, Any], Dict[str, str]]):
185
  """