mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 13:00:02 +00:00
chore: Add pylint for DB-GPT rag lib (#1267)
This commit is contained in:
@@ -210,7 +210,7 @@ class SystemApp(LifeCycle):
|
||||
def get_component(
|
||||
self,
|
||||
name: Union[str, ComponentType],
|
||||
component_type: Type[T],
|
||||
component_type: Type,
|
||||
default_component=_EMPTY_DEFAULT_COMPONENT,
|
||||
or_register_component: Optional[Type[T]] = None,
|
||||
*args,
|
||||
|
Reference in New Issue
Block a user