From 5ceb4339923998e2f520545f8ea0f28cb6546c8c Mon Sep 17 00:00:00 2001 From: harshalmore31 Date: Fri, 6 Jun 2025 10:22:17 +0530 Subject: [PATCH] Remove unnecessary path manipulation from test_redis.py --- tests/communication/test_redis.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/communication/test_redis.py b/tests/communication/test_redis.py index 1310860f..194dfe6e 100644 --- a/tests/communication/test_redis.py +++ b/tests/communication/test_redis.py @@ -2,12 +2,6 @@ import time import json from datetime import datetime from loguru import logger -import sys -from pathlib import Path - -# Add the project root to Python path to allow imports -project_root = Path(__file__).parent.parent.parent -sys.path.insert(0, str(project_root)) from swarms.communication.redis_wrap import ( RedisConversation,