mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
improve: introduce isort for linting Python imports (#1983)
This commit is contained in:
4
api/core/third_party/langchain/llms/fake.py
vendored
4
api/core/third_party/langchain/llms/fake.py
vendored
@@ -1,9 +1,9 @@
|
||||
import time
|
||||
from typing import List, Optional, Any, Mapping
|
||||
from typing import Any, List, Mapping, Optional
|
||||
|
||||
from langchain.callbacks.manager import CallbackManagerForLLMRun
|
||||
from langchain.chat_models.base import SimpleChatModel
|
||||
from langchain.schema import BaseMessage, ChatResult, AIMessage, ChatGeneration
|
||||
from langchain.schema import AIMessage, BaseMessage, ChatGeneration, ChatResult
|
||||
|
||||
|
||||
class FakeLLM(SimpleChatModel):
|
||||
|
||||
Reference in New Issue
Block a user