From f04575757dcadbaa911600c3231cb3fd2961e925 Mon Sep 17 00:00:00 2001 From: vowelparrot <130414180+vowelparrot@users.noreply.github.com> Date: Wed, 26 Apr 2023 07:51:23 -0700 Subject: [PATCH] change --- tests/unit_tests/agents/test_tools.py | 1 + tests/unit_tests/tools/test_structured.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/agents/test_tools.py b/tests/unit_tests/agents/test_tools.py index 7ca5766c6e4..14684bdb466 100644 --- a/tests/unit_tests/agents/test_tools.py +++ b/tests/unit_tests/agents/test_tools.py @@ -1,6 +1,7 @@ """Test tool utils.""" from typing import Optional + import pytest from langchain.agents.tools import Tool, tool diff --git a/tests/unit_tests/tools/test_structured.py b/tests/unit_tests/tools/test_structured.py index fe7f85a567c..f4ac98fbd13 100644 --- a/tests/unit_tests/tools/test_structured.py +++ b/tests/unit_tests/tools/test_structured.py @@ -1,4 +1,3 @@ -import inspect import logging from functools import partial from typing import Any, Optional, Type