Skip to content

Commit 313a497

Browse files
committed
fix: remove unused imports in example
Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
1 parent f6a23ed commit 313a497

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/examples/m_serve/m_serve_example_tool_calling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import os
1818
from typing import Any
1919

20-
import mellea
2120
from cli.serve.models import ChatMessage
2221
from mellea.backends import ModelOption
2322
from mellea.backends.model_ids import IBM_GRANITE_4_HYBRID_MICRO
@@ -27,7 +26,6 @@
2726
from mellea.core.base import AbstractMelleaTool
2827
from mellea.formatters import TemplateFormatter
2928
from mellea.stdlib.context import ChatContext
30-
from mellea.stdlib.requirements.tool_reqs import uses_tool
3129
from mellea.stdlib.session import MelleaSession
3230

3331
_ollama_host = os.environ.get("OLLAMA_HOST", "localhost:11434")

0 commit comments

Comments
 (0)