Skip to content

Commit db29a61

Browse files
committed
lint
1 parent 941edb6 commit db29a61

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

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

15-
from inspect import Signature
1615
import copy
17-
from typing import Any, Callable, Coroutine, Mapping, Optional, Sequence, Union
16+
from inspect import Signature
1817
from types import MappingProxyType
18+
from typing import Any, Callable, Coroutine, Mapping, Optional, Sequence, Union
19+
1920
from aiohttp import ClientSession
2021

2122
from .protocol import ParameterSchema

0 commit comments

Comments
 (0)