mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore(api/controllers): Apply Ruff Formatter. (#7645)
This commit is contained in:
@ -9,4 +9,4 @@ class SystemFeatureApi(Resource):
|
||||
return FeatureService.get_system_features().model_dump()
|
||||
|
||||
|
||||
api.add_resource(SystemFeatureApi, '/system-features')
|
||||
api.add_resource(SystemFeatureApi, "/system-features")
|
||||
|
||||
Reference in New Issue
Block a user