Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-huang committed Mar 26, 2024
1 parent 5bf4d60 commit 52dacc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/community/langchain_community/llms/bigdl_llm.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import logging
from typing import Any, Optional

from langchain_community.llms.ipex_llm import IpexLLM
from langchain_core.language_models.llms import LLM

from langchain_community.llms.ipex_llm import IpexLLM

logger = logging.getLogger(__name__)

class BigdlLLM(IpexLLM):
Expand Down

0 comments on commit 52dacc5

Please sign in to comment.