mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-08 14:05:16 +00:00
x
This commit is contained in:
parent
a5b15e9d0f
commit
fe4f3b8fdf
@ -1,10 +1,10 @@
|
||||
import pytest
|
||||
|
||||
from langchain.schema.runnable.base import RunnableLambda
|
||||
from langchain.schema.runnable.utils import (
|
||||
get_lambda_source,
|
||||
indent_lines_after_first,
|
||||
)
|
||||
from langchain.schema.runnable.base import RunnableLambda
|
||||
|
||||
|
||||
# Test get_lambda_source function
|
||||
@ -21,7 +21,6 @@ def test_get_lambda_source(func, expected_source):
|
||||
assert source == expected_source
|
||||
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"text,prefix,expected_output",
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user