Update pipeline.py
Browse files- 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 |
"""
|