Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare authored Nov 17, 2024
1 parent 2af98f1 commit df2374b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tools_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_rag_tool_init():
def test_rag_tool_init_without_gptme_rag():
"""Test RAG tool initialization when gptme-rag is not available."""

tool = init_rag()
with (
patch("gptme.tools.rag._HAS_RAG", False),
patch("gptme.tools.rag.tool", replace(tool, available=False)),
Expand Down

0 comments on commit df2374b

Please sign in to comment.