Skip to content

Commit aaaf921

Browse files
committed
remove unused logger
1 parent ea654af commit aaaf921

File tree

1 file changed

+0
-3
lines changed
  • llama_stack/providers/remote/inference/sambanova

1 file changed

+0
-3
lines changed

llama_stack/providers/remote/inference/sambanova/sambanova.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
# This source code is licensed under the terms described in the LICENSE file in
55
# the root directory of this source tree.
66

7-
from llama_stack.log import get_logger
87
from llama_stack.providers.utils.inference.litellm_openai_mixin import LiteLLMOpenAIMixin
98

109
from .config import SambaNovaImplConfig
1110
from .models import MODEL_ENTRIES
1211

13-
logger = get_logger(name=__name__, category="inference")
14-
1512

1613
class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin):
1714
def __init__(self, config: SambaNovaImplConfig):

0 commit comments

Comments
 (0)