mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 13:10:29 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
"""We need to design a base class. That other connector can Write with this"""
|
||||
from abc import ABC
|
||||
from typing import Iterable, List, Optional, Any, Dict
|
||||
from typing import Any, Dict, Iterable, List, Optional
|
||||
|
||||
|
||||
class BaseConnect(ABC):
|
||||
|
Reference in New Issue
Block a user