From a09a89d6ade6fd4ba7d8c2a645055a5e5d4c8a6c Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Sun, 26 Jul 2026 23:36:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20isort=E6=8E=92=E5=BA=8F=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/app/services/smart_asset_selector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/app/services/smart_asset_selector.py b/apps/api/app/services/smart_asset_selector.py index d47892cd4..6b2c17856 100755 --- a/apps/api/app/services/smart_asset_selector.py +++ b/apps/api/app/services/smart_asset_selector.py @@ -21,9 +21,9 @@ from __future__ import annotations import logging +from packages.domain.asset_scoring import MEDIUM_BUCKET_MAX as _MEDIUM_BUCKET_MAX # noqa: F401 - re-export for tests +from packages.domain.asset_scoring import SHORT_BUCKET_MAX as _SHORT_BUCKET_MAX # noqa: F401 - re-export for tests from packages.domain.asset_scoring import ( - MEDIUM_BUCKET_MAX as _MEDIUM_BUCKET_MAX, # noqa: F401 - re-export for tests - SHORT_BUCKET_MAX as _SHORT_BUCKET_MAX, # noqa: F401 - re-export for tests AssetScoreDetail, SmartSelectResult, diverse_selection,