Skip to content

Commit 6b7edb3

Browse files
author
Andrei Bratu
committed
changed relative import
1 parent 49291d0 commit 6b7edb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/humanloop/decorators/tool.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import builtins
22
import inspect
33
import logging
4-
import os
5-
import sys
64
import textwrap
75
import typing
86
from dataclasses import dataclass
@@ -19,7 +17,7 @@
1917
from humanloop.requests.tool_function import ToolFunctionParams
2018
from humanloop.requests.tool_kernel_request import ToolKernelRequestParams
2119

22-
from .helpers import args_to_inputs
20+
from humanloop.otel.helpers import args_to_inputs
2321

2422
logger = logging.getLogger("humanloop.sdk")
2523

0 commit comments

Comments
 (0)