From 430af95b535791ba42da0971f0e1798710355e55 Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Thu, 26 Dec 2024 14:07:29 +0800 Subject: [PATCH] fix: linter --- api/extensions/ext_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/extensions/ext_commands.py b/api/extensions/ext_commands.py index 820b977217..353f9144b8 100644 --- a/api/extensions/ext_commands.py +++ b/api/extensions/ext_commands.py @@ -6,14 +6,14 @@ def init_app(app: DifyApp): add_qdrant_doc_id_index, convert_to_agent_apps, create_tenant, + extract_plugins, fix_app_site_missing, + migrate_data_for_plugin, reset_email, reset_encrypt_key_pair, reset_password, upgrade_db, vdb_migrate, - migrate_data_for_plugin, - extract_plugins, ) cmds_to_register = [