Skip to content

Commit

Permalink
Update oceandb.py
Browse files Browse the repository at this point in the history
- from swarms.memory.oceandb import OceanDB --> 
from swarms.memory.ocean import OceanDB
  • Loading branch information
vyomakesh09 authored Nov 15, 2023
1 parent 604611d commit f752834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memory/oceandb.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit f752834

Please sign in to comment.