mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-02 01:27:14 +00:00
chore(build): Fix typo and new pre-commit config (#987)
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from dbgpt.agent.memory.base import GptsPlan
|
||||
from dbgpt.agent.memory.gpts_memory import (
|
||||
GptsPlansMemory,
|
||||
GptsPlan,
|
||||
GptsMessageMemory,
|
||||
GptsMessage,
|
||||
GptsMessageMemory,
|
||||
GptsPlansMemory,
|
||||
)
|
||||
|
||||
from ..db.gpts_plans_db import GptsPlansEntity, GptsPlansDao
|
||||
from ..db.gpts_messages_db import GptsMessagesDao, GptsMessagesEntity
|
||||
from ..db.gpts_plans_db import GptsPlansDao, GptsPlansEntity
|
||||
|
||||
|
||||
class MetaDbGptsPlansMemory(GptsPlansMemory):
|
||||
|
Reference in New Issue
Block a user