Skip to content

Commit 9c2c534

Browse files
committed
fix lint
1 parent 2e652bf commit 9c2c534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ async def _run_single_turn_streamed(
11061106
if isinstance(event, ResponseCompletedEvent):
11071107
# Extract cost if it was attached by LiteLLM model.
11081108
cost = getattr(event.response, "_litellm_cost", None)
1109-
1109+
11101110
usage = (
11111111
Usage(
11121112
requests=1,

0 commit comments

Comments
 (0)