809d8e0008
Ruff 0.15.7 incorrectly flags datetime.fromisoformat() as a "local variable referenced before assignment" inside a try block within execute_tool(). datetime is imported at module level and is not a local variable. Added noqa comment at the specific line. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>