Skip to content

Commit 633bfd7

Browse files
authored
fix: fix unused litellm import (#246)
1 parent bde9b4d commit 633bfd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mellea/backends/adapters/adapter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
import abc
44
import pathlib
5-
from typing import Any, TypeVar
5+
from typing import TypeVar
66

77
import granite_common.intrinsics
88
import yaml
9-
from litellm import cast
109

1110
from mellea.backends import Backend
1211
from mellea.backends.adapters.catalog import AdapterType, fetch_intrinsic_metadata

0 commit comments

Comments
 (0)