From 47569db9ae41179267b20e2772bf7c1fe4cd1386 Mon Sep 17 00:00:00 2001 From: lhx Date: Thu, 30 Oct 2025 17:39:37 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index d4552b4..35ef2cb 100644 --- a/app/main.py +++ b/app/main.py @@ -9,7 +9,6 @@ from .core.database import init_db from .api.account import router as account_router from .api.database import router as database_router from .api.task import router as task_router -from .api.test import router as test_router from .api.comprehensive_data import router as comprehensive_data_router from .utils.scheduler import task_scheduler