From 806b780cd64b9943a550c9996c7814da6ebb0100 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:32:50 +0000 Subject: [PATCH] Fix lint issue: Properly organize imports in test_redis_mem0_storage.py Co-Authored-By: Joe Moura --- tests/memory/test_redis_mem0_storage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/memory/test_redis_mem0_storage.py b/tests/memory/test_redis_mem0_storage.py index 07f0fa447..af2357469 100644 --- a/tests/memory/test_redis_mem0_storage.py +++ b/tests/memory/test_redis_mem0_storage.py @@ -1,7 +1,8 @@ import os -import pytest from unittest.mock import MagicMock, patch +import pytest + from crewai.memory.storage.mem0_storage import Mem0Storage