mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
try flask_restful -> flask_restx (#24310)
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@ -12,8 +12,8 @@ exclude = (?x)(
|
||||
[mypy-flask_login]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-flask_restful]
|
||||
[mypy-flask_restx]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-flask_restful.inputs]
|
||||
[mypy-flask_restx.inputs]
|
||||
ignore_missing_imports=True
|
||||
|
||||
Reference in New Issue
Block a user