1
0

qml: (trivial) qeinvoice: add type hint

This commit is contained in:
SomberNight
2026-01-14 16:13:00 +00:00
parent 5db4a16ace
commit ca597942fd

View File

@@ -443,7 +443,7 @@ class QEInvoiceParser(QEInvoice):
def __init__(self, parent=None):
super().__init__(parent)
self._pi = None
self._pi = None # type: Optional[PaymentIdentifier]
self._lnurlData = None
self._busy = False