mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-10 15:06:18 +00:00
Lint
This commit is contained in:
parent
c1b1666ec8
commit
a5e7dcec61
@ -28,7 +28,7 @@ def test_missing_config() -> None:
|
|||||||
PutLocalVar("input").invoke("foo")
|
PutLocalVar("input").invoke("foo")
|
||||||
|
|
||||||
with pytest.raises(ValueError):
|
with pytest.raises(ValueError):
|
||||||
GetLocalVar("input").invoke("foo")
|
GetLocalVar[str, str]("input").invoke("foo")
|
||||||
|
|
||||||
|
|
||||||
def test_get_missing_var_invoke() -> None:
|
def test_get_missing_var_invoke() -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user