🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-01 19:18:37 +00:00
parent 9cf62f983e
commit c88a73597a
32 changed files with 33 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ from .lpmmconfig import ENT_NAMESPACE, PG_NAMESPACE, REL_NAMESPACE, global_confi
from .utils.hash import get_sha256
from .global_logger import logger
from rich.traceback import install
install(show_locals=True, extra_lines=3)