Apply automatic linting fixes to tests directory

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-05-12 13:31:07 +00:00
parent ad1ea46bbb
commit 46621113af
62 changed files with 1738 additions and 1821 deletions

View File

@@ -6,11 +6,11 @@ from crewai.memory.long_term.long_term_memory_item import LongTermMemoryItem
@pytest.fixture
def long_term_memory():
"""Fixture to create a LongTermMemory instance"""
"""Fixture to create a LongTermMemory instance."""
return LongTermMemory()
def test_save_and_search(long_term_memory):
def test_save_and_search(long_term_memory) -> None:
memory = LongTermMemoryItem(
agent="test_agent",
task="test_task",