From fc65cfbc3fafb3a7aa949e8b8f59e856f1be1cea Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Wed, 21 Jan 2026 10:20:03 +0800 Subject: [PATCH] linter --- api/services/feature_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 34d3959a5d..1e9b5aaf79 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -239,6 +239,7 @@ class FeatureService: and getattr(dify_config, f"HOSTED_{provider.upper()}_TRIAL_ENABLED", False) ) ] + @classmethod def _fulfill_params_from_env(cls, features: FeatureModel): features.can_replace_logo = dify_config.CAN_REPLACE_LOGO