Skip to content

Commit 623f3c7

Browse files
committed
linting
1 parent 1da9ba7 commit 623f3c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/strands/agent/conversation_manager/recover_tool_use_on_max_tokens_reached.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ async def recover_tool_use_on_max_tokens_reached(agent: "Agent", exception: MaxT
3939
raise exception
4040

4141
valid_content: list[ContentBlock] = []
42-
has_corrected_content = False
4342
for content in incomplete_message["content"]:
4443
tool_use: ToolUse | None = content.get("toolUse")
4544
if not tool_use:

0 commit comments

Comments
 (0)