From 2a6148db2fb9c01f9231b534469da02344bfa0f3 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:32:13 -0700 Subject: [PATCH] unnec --- python/langsmith/_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/langsmith/_testing.py b/python/langsmith/_testing.py index a164fdc53..69c779d94 100644 --- a/python/langsmith/_testing.py +++ b/python/langsmith/_testing.py @@ -117,7 +117,7 @@ def unit(*args: Any, **kwargs: Any) -> Callable: >>> os.environ["LANGCHAIN_TEST_CACHE"] = "tests/cassettes" >>> import openai >>> from langsmith.wrappers import wrap_openai - >>> @unit() + >>> @unit ... def test_openai_says_hello(): ... # Traced code will be included in the test case ... oai_client = wrap_openai(openai.Client())