We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b13065 commit b6720a1Copy full SHA for b6720a1
app/core/plugin.py
@@ -27,7 +27,7 @@
27
from app.log import logger
28
from app.schemas.types import EventType, SystemConfigKey
29
from app.utils.crypto import RSAUtils
30
-from app.utils.debouncer import debounce
+from app.utils.debounce import debounce
31
from app.utils.object import ObjectUtils
32
from app.utils.singleton import Singleton
33
from app.utils.string import StringUtils
0 commit comments