fix(notifier): wrong import

This commit is contained in:
Benex254
2024-08-05 09:47:06 +03:00
parent 3abe278e99
commit 0ef4caccdb

View File

@@ -16,7 +16,7 @@ from ....constants import (
NOTIFICATION_BELL,
PLATFORM,
)
from ..config import Config
from ...config import Config
logger = logging.getLogger(__name__)