From 6c584f1387155588c8a6c03285531608e00a9516 Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Fri, 31 Oct 2025 15:41:09 -0400 Subject: [PATCH] linting --- tests/strands/agent/test_agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/strands/agent/test_agent.py b/tests/strands/agent/test_agent.py index cab5e46f9..52840f1a2 100644 --- a/tests/strands/agent/test_agent.py +++ b/tests/strands/agent/test_agent.py @@ -2162,7 +2162,6 @@ def shell(command: str): assert agent.messages[-1] == {"content": [{"text": "I invoked a tool!"}], "role": "assistant"} - @pytest.mark.parametrize( "content, expected", [