From a415e38e35fa737acf1330f94c7b88bd9d2739b0 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 10 Jul 2026 10:42:48 +0300 Subject: [PATCH] chore: lint --- lnbits/core/services/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/services/notifications.py b/lnbits/core/services/notifications.py index c8749df7f..b23abf95b 100644 --- a/lnbits/core/services/notifications.py +++ b/lnbits/core/services/notifications.py @@ -16,9 +16,9 @@ from lnbits.core.crud import ( get_webpush_subscriptions_for_user, mark_webhook_sent, ) -from lnbits.core.db import core_app_extra from lnbits.core.crud.users import get_user from lnbits.core.crud.wallets import get_wallet +from lnbits.core.db import core_app_extra from lnbits.core.models import Payment, Wallet from lnbits.core.models.notifications import ( NOTIFICATION_TEMPLATES,