Skip to content

Commit 6ec2cd2

Browse files
committed
more fixes
1 parent 3f37fcd commit 6ec2cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tool_bench.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
sys.path.insert(0, Path(__file__).parent.parent.as_posix())
5353
if True:
54-
from examples.server.tests.utils import ServerProcess
55-
from examples.server.tests.unit.test_tool_call import TIMEOUT_SERVER_START, do_test_calc_result, do_test_hello_world, do_test_weather
54+
from tools.server.tests.utils import ServerProcess
55+
from tools.server.tests.unit.test_tool_call import TIMEOUT_SERVER_START, do_test_calc_result, do_test_hello_world, do_test_weather
5656

5757

5858
@contextmanager

0 commit comments

Comments
 (0)