Skip to content

Commit

Permalink
Removed redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Dec 19, 2024
1 parent c0f2ce1 commit 6213dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holmes/core/conversations.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from holmes.plugins.prompts import load_and_render_prompt
from holmes.core.tool_calling_llm import ToolCallingLLM
from holmes.core.tool_calling_llm import ResourceInstructionDocument, ResourceInstructions, Intructions
from holmes.core.tool_calling_llm import Intructions

DEFAULT_TOOL_SIZE = 10000

Expand Down

0 comments on commit 6213dc5

Please sign in to comment.