From f752834d447827b6a32e789ddf843e16fa0d9033 Mon Sep 17 00:00:00 2001 From: Vyomakesh Dundigalla <54256947+vyomakesh09@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:09:48 +0000 Subject: [PATCH] Update oceandb.py - from swarms.memory.oceandb import OceanDB --> from swarms.memory.ocean import OceanDB --- tests/memory/oceandb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/memory/oceandb.py b/tests/memory/oceandb.py index 67879ce6..3e31afab 100644 --- a/tests/memory/oceandb.py +++ b/tests/memory/oceandb.py @@ -1,6 +1,6 @@ import pytest from unittest.mock import Mock, patch -from swarms.memory.oceandb import OceanDB +from swarms.memory.ocean import OceanDB def test_init():