pull/11175/head
Eugene Yurtsev 11 months ago
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…
Cancel
Save