更新 plugin.py

This commit is contained in:
jxxghp
2025-09-22 17:56:12 +08:00
committed by GitHub
parent 3b130651c4
commit b6720a19f7
+1 -1
View File
@@ -27,7 +27,7 @@ from app.helper.sites import SitesHelper # noqa
from app.log import logger from app.log import logger
from app.schemas.types import EventType, SystemConfigKey from app.schemas.types import EventType, SystemConfigKey
from app.utils.crypto import RSAUtils from app.utils.crypto import RSAUtils
from app.utils.debouncer import debounce from app.utils.debounce import debounce
from app.utils.object import ObjectUtils from app.utils.object import ObjectUtils
from app.utils.singleton import Singleton from app.utils.singleton import Singleton
from app.utils.string import StringUtils from app.utils.string import StringUtils