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 with Ruff auto-fix
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import pytest
|
from unittest.mock import PropertyMock, patch
|
||||||
|
|
||||||
from unittest.mock import patch, PropertyMock
|
import pytest
|
||||||
|
|
||||||
from crewai.memory.storage.rag_storage import RAGStorage
|
from crewai.memory.storage.rag_storage import RAGStorage
|
||||||
from crewai.memory.user.user_memory import UserMemory
|
from crewai.memory.user.user_memory import UserMemory
|
||||||
|
|||||||
Reference in New Issue
Block a user