Skip to content

Commit c7bae1a

Browse files
committed
fix: remove type annotation from final_usage to match upstream style
1 parent 54d7d86 commit c7bae1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/strands/models/openai_responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ async def stream(
218218
yield self._format_chunk({"chunk_type": "message_start"})
219219

220220
tool_calls: dict[str, _ToolCallInfo] = {}
221-
final_usage: Any = None
221+
final_usage = None
222222
data_type: str | None = None
223223
stop_reason: str | None = None
224224

0 commit comments

Comments
 (0)