Skip to content

Commit ead10b5

Browse files
committed
refactor: remove runtime_bootstrap module and related initialization
1 parent 6beca21 commit ead10b5

2 files changed

Lines changed: 0 additions & 54 deletions

File tree

main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
import sys
66
from pathlib import Path
77

8-
import runtime_bootstrap
9-
10-
runtime_bootstrap.initialize_runtime_bootstrap()
11-
128
from astrbot.core import LogBroker, LogManager, db_helper, logger # noqa: E402
139
from astrbot.core.config.default import VERSION # noqa: E402
1410
from astrbot.core.initial_loader import InitialLoader # noqa: E402

runtime_bootstrap.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)