mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix import sorting in user_memory_test.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import pytest
|
||||
from unittest.mock import patch
|
||||
|
||||
from crewai.memory.user.user_memory import UserMemory
|
||||
import pytest
|
||||
|
||||
from crewai.memory.storage.rag_storage import RAGStorage
|
||||
from crewai.memory.user.user_memory import UserMemory
|
||||
|
||||
|
||||
@patch('crewai.memory.storage.mem0_storage.Mem0Storage')
|
||||
|
||||
Reference in New Issue
Block a user