mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
style: code format (#1513)
This commit is contained in:
@@ -5,7 +5,9 @@ from typing import TYPE_CHECKING, List
|
||||
from dbgpt.core import Embeddings
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from langchain.embeddings.base import Embeddings as LangChainEmbeddings
|
||||
from langchain.embeddings.base import (
|
||||
Embeddings as LangChainEmbeddings, # mypy: ignore
|
||||
)
|
||||
|
||||
|
||||
class WrappedEmbeddings(Embeddings):
|
||||
|
Reference in New Issue
Block a user