Skip to content

Commit

Permalink
Merge pull request #9 from zebra-uestc/pr/Jant1L/2200-2
Browse files Browse the repository at this point in the history
make fmt-check
  • Loading branch information
SonglinLyu authored Jan 14, 2025
2 parents eb932e1 + c92b9ed commit aab0b23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dbgpt/rag/index/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
from dbgpt._private.pydantic import BaseModel, ConfigDict, Field, model_to_dict
from dbgpt.core import Chunk, Embeddings
from dbgpt.storage.vector_store.filters import MetadataFilters
from dbgpt.util.executor_utils import (
blocking_func_to_async,
blocking_func_to_async_no_executor,
)
from dbgpt.util.executor_utils import blocking_func_to_async_no_executor

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit aab0b23

Please sign in to comment.