Skip to content

Commit 1b7ea60

Browse files
committed
chore: Delint
1 parent a06a9e0 commit 1b7ea60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-langchain/tests/test_async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
import pytest
1919
from aiohttp import ClientSession
20+
from toolbox_core.protocol import ManifestSchema
2021

2122
from toolbox_langchain.async_client import AsyncToolboxClient
2223
from toolbox_langchain.async_tools import AsyncToolboxTool
23-
from toolbox_core.protocol import ManifestSchema
2424

2525
URL = "http://test_url"
2626
MANIFEST_JSON = {

0 commit comments

Comments
 (0)