| 63 | error_id_list=error_id_list)) |
| 64 | |
| 65 | class BatchMoveSerializer(BatchSerializer): |
| 66 | folder_id = serializers.CharField(required=True, label=_('folder id')) |
| 67 | |
| 68 | class ProblemParagraphObject: |
| 69 | def __init__(self, knowledge_id: str, document_id: str, paragraph_id: str, problem_content: str): |
no outgoing calls
no test coverage detected