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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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