From 8d375a02dbbd87f4dc36972cedd001bdbbf54df7 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sat, 2 Mar 2024 20:05:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E5=AF=BC=E5=85=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/core/boot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/core/boot.py b/pkg/core/boot.py index 2e5a2b6c..c5790306 100644 --- a/pkg/core/boot.py +++ b/pkg/core/boot.py @@ -3,6 +3,7 @@ from . import app from ..audit import identifier from . import stage +from .stages import load_config, setup_logger, build_app stage_order = [