This commit is contained in:
Eugene Yurtsev 2023-09-28 10:51:28 -04:00
parent a5b15e9d0f
commit fe4f3b8fdf

View File

@ -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",
[