chore: clean-up

This commit is contained in:
Vlad Stan
2026-07-06 11:18:23 +03:00
parent ca55b07467
commit 76a8e5acfc
-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",
] ]