chore: Add pylint for DB-GPT rag lib (#1267)

This commit is contained in:
Fangyin Cheng
2024-03-07 23:27:43 +08:00
committed by GitHub
parent aaaf34db17
commit 7446817340
70 changed files with 1135 additions and 587 deletions

View File

@@ -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,