Skip to content

Commit

Permalink
test: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 17, 2024
1 parent 43452b4 commit b1d5408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_tools_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import pytest
from gptme import Message
from gptme.tools.base import ToolSpec
from gptme.tools.rag import _HAS_RAG, init_rag
from gptme.tools.rag import _HAS_RAG
from gptme.tools.rag import init as init_rag


@pytest.fixture
Expand Down

0 comments on commit b1d5408

Please sign in to comment.