refactor: remove unnecessary type: ignore from rag_pipeline_fields.py (#30666)

Co-authored-by: fghpdf <fghpdf@users.noreply.github.com>
This commit is contained in:
Xiangxuan Qu
2026-01-07 15:40:35 +09:00
committed by GitHub
parent 160b4d194b
commit 666640f7d5

View File

@ -1,4 +1,4 @@
from flask_restx import fields # type: ignore
from flask_restx import fields
from fields.workflow_fields import workflow_partial_fields
from libs.helper import AppIconUrlField, TimestampField