mirror of https://github.com/langgenius/dify.git
fix: ruff format
This commit is contained in:
parent
2c795ec301
commit
74d61fda2a
|
|
@ -533,7 +533,8 @@ class PluginFetchDynamicSelectOptionsApi(Resource):
|
|||
raise ValueError(e)
|
||||
|
||||
return jsonable_encoder({"options": options})
|
||||
|
||||
|
||||
|
||||
class PluginChangePreferencesApi(Resource):
|
||||
@setup_required
|
||||
@login_required
|
||||
|
|
|
|||
Loading…
Reference in New Issue