mirror of https://github.com/langgenius/dify.git
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:
parent
160b4d194b
commit
666640f7d5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue