Skip to content

Commit

Permalink
chore:fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Oct 19, 2024
1 parent fe6f67e commit 999b5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgpt/serve/evaluate/service/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from dbgpt.serve.rag.operators.knowledge_space import SpaceRetrieverOperator
from dbgpt.storage.metadata import BaseDao
from dbgpt.storage.vector_store.base import VectorStoreConfig
from ..models.models import ServeEntity, ServeDao

from ...agent.agents.controller import multi_agents
from ...agent.evaluation.evaluation import AgentEvaluator, AgentOutputOperator
Expand All @@ -30,6 +29,7 @@
from ...rag.service.service import Service as RagService
from ..api.schemas import EvaluateServeRequest, EvaluateServeResponse, EvaluationScene
from ..config import SERVE_CONFIG_KEY_PREFIX, SERVE_SERVICE_COMPONENT_NAME, ServeConfig
from ..models.models import ServeDao, ServeEntity

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 999b5f3

Please sign in to comment.