fix: forgot to lint/format

This commit is contained in:
2026-01-01 03:57:37 +01:00
parent 6a7f9c6521
commit 7236730aea
13 changed files with 58 additions and 41 deletions
-1
View File
@@ -7,7 +7,6 @@ import pytest
from alfred.agent.agent import Agent
from alfred.infrastructure.persistence import get_memory
from alfred.settings import settings
from conftest import mock_llm
class TestExecuteToolCallEdgeCases: