Skip to content

Commit 1a2658d

Browse files
committed
chore: Delint
1 parent 54957bb commit 1a2658d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from inspect import Parameter, signature
16+
from typing import Optional
17+
1518
import pytest
1619
import pytest_asyncio
1720
from pydantic import ValidationError
18-
from inspect import signature, Parameter
19-
from typing import Optional
2021

2122
from toolbox_core.client import ToolboxClient
2223
from toolbox_core.tool import ToolboxTool
@@ -221,6 +222,7 @@ async def test_run_tool_param_auth_no_field(
221222
):
222223
await tool()
223224

225+
224226
@pytest.mark.asyncio
225227
@pytest.mark.usefixtures("optional_param_server")
226228
class TestOptionalParams:

0 commit comments

Comments
 (0)