Skip to content

Commit

Permalink
v0.3.5.dev20 - reorder imports to debug subclassunion
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Jun 28, 2024
1 parent ffa3253 commit 711996f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swarmauri/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.5.dev19"
__version__ = "0.3.5.dev20"
__long_desc__ = """
# swarmaURI sdk
Expand Down
2 changes: 1 addition & 1 deletion tests/agents/RagAgent_test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import pytest
import os
from swarmauri.standard.llms.concrete.GroqModel import GroqModel
from swarmauri.standard.agents.concrete.RagAgent import RagAgent
from swarmauri.standard.conversations.concrete.Conversation import Conversation
from swarmauri.standard.vector_stores.concrete.TfidfVectorStore import TfidfVectorStore
from swarmauri.standard.messages.concrete.SystemMessage import SystemMessage
from swarmauri.standard.documents.concrete.Document import Document
from swarmauri.standard.agents.concrete.RagAgent import RagAgent

@pytest.mark.unit
def test_ubc_resource():
Expand Down

0 comments on commit 711996f

Please sign in to comment.