make flake8 not not happy
This commit is contained in:
@@ -216,7 +216,7 @@ class QEInvoiceParser(QEInvoice, QtEventListener):
|
||||
|
||||
@pyqtProperty(bool, notify=lnurlRetrieved)
|
||||
def isLnurlPay(self):
|
||||
return not self._lnurlData is None
|
||||
return self._lnurlData is not None
|
||||
|
||||
@pyqtProperty(str, notify=invoiceChanged)
|
||||
def message(self):
|
||||
|
||||
Reference in New Issue
Block a user