Skip to content

Commit ecc6a70

Browse files
committed
debug - litellm integ
1 parent 7121d8b commit ecc6a70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ extra-dependencies = [
125125
"pytest-xdist>=3.0.0,<4.0.0",
126126
]
127127
extra-args = [
128-
"-n",
129-
"auto",
128+
# "-n",
129+
# "auto",
130130
"-vv",
131131
]
132132

src/strands/tools/executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tool execution functionality for the event loop."""
22

3-
import json
43
import logging
54
import time
65
from concurrent.futures import TimeoutError

0 commit comments

Comments
 (0)