Skip to content

Commit c2c3f61

Browse files
committed
fix spade redis dependency
Signed-off-by: Alexandros Patras <patras@uth.gr>
1 parent 5623962 commit c2c3f61

8 files changed

Lines changed: 1 addition & 33 deletions

File tree

-165 Bytes
Binary file not shown.
-3.92 KB
Binary file not shown.

agents/mlsysops/spade/mls_spade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .behaviors.APIPingBehaviour import APIPingBehaviour
3737
from .behaviors.ManageSubscriptionBehaviour import ManageSubscriptionBehaviour
3838
from ..data.state import MLSState
39-
from .redis_conf.redis_setup.redis_mgt import RedisManager
39+
from .redis_mgt import RedisManager
4040

4141
class MLSSpade(Agent):
4242

agents/mlsysops/spade/redis_conf/redis_setup/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

agents/mlsysops/spade/redis_conf/redis_setup/redis_config.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

agents/mlsysops/spade/redis_conf/redis_setup/redis_mgt.py renamed to agents/mlsysops/spade/redis_mgt.py

File renamed without changes.

0 commit comments

Comments
 (0)