1
0

type checking, follow-up 206bacbcb3

This commit is contained in:
ThomasV
2023-03-15 15:42:58 +01:00
parent 3ddffb9773
commit 91f36db8ef

View File

@@ -62,6 +62,9 @@ from electrum.qrreader import MissingQrDetectionLib
from .util import read_QIcon
if TYPE_CHECKING:
from .main_window import ElectrumWindow
class MyMenu(QMenu):