Skip to content

Commit 1f69ff5

Browse files
committed
chore: Delint
1 parent 90075af commit 1f69ff5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/toolbox-core/src/toolbox_core/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
from .client import ToolboxClient
1616
from .sync_client import ToolboxSyncClient
17-
from .tool import ToolboxTool
1817
from .sync_tool import ToolboxSyncTool
19-
18+
from .tool import ToolboxTool
2019

2120
__all__ = ["ToolboxClient", "ToolboxSyncClient", "ToolboxTool", "ToolboxSyncTool"]

0 commit comments

Comments
 (0)