Skip to content

Commit 6693407

Browse files
authored
chore: Delint + minor simplification of import statement (#185)
1 parent eb5856b commit 6693407

File tree

1 file changed

+1
-2
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-2
lines changed

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

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

2727
from aiohttp import ClientSession
2828

29-
from toolbox_core.protocol import ParameterSchema
30-
29+
from .protocol import ParameterSchema
3130
from .utils import (
3231
create_func_docstring,
3332
identify_required_authn_params,

0 commit comments

Comments
 (0)