chore: clean-up

This commit is contained in:
Vlad Stan
2026-07-09 16:35:40 +03:00
parent 15282ebe23
commit 77d52d3997
-2
View File
@@ -7,7 +7,6 @@ from .misc import (
CoreAppExtra, CoreAppExtra,
DbVersion, DbVersion,
SimpleStatus, SimpleStatus,
WasmExtensionRegistry,
) )
from .payments import ( from .payments import (
CancelInvoice, CancelInvoice,
@@ -103,6 +102,5 @@ __all__ = [
"Wallet", "Wallet",
"WalletInfo", "WalletInfo",
"WalletTypeInfo", "WalletTypeInfo",
"WasmExtensionRegistry",
"WebPushSubscription", "WebPushSubscription",
] ]