整理代码
This commit is contained in:
@@ -9,4 +9,4 @@ from schemas.project.project_base import ProjectResponseBase
|
||||
class ProjectJsonlHandler(BaseJsonlHandler):
|
||||
"""项目 JSONL Handler"""
|
||||
def __init__(self, datasource: JsonlDataSource):
|
||||
super().__init__(datasource, "project", ProjectSyncNode, ProjectResponseBase)
|
||||
super().__init__(datasource, ProjectSyncNode, schema=ProjectResponseBase)
|
||||
|
||||
Reference in New Issue
Block a user