Browse Source

fix indentation

283
ThomasV 10 years ago
parent
commit
a7102bee78
  1. 4
      plugins/trezor.py

4
plugins/trezor.py

@ -133,9 +133,9 @@ class Plugin(BasePlugin):
layout.addWidget(change_label_button,3,1) layout.addWidget(change_label_button,3,1)
if d.exec_(): if d.exec_():
return True return True
else: else:
return False return False
class TrezorWallet(NewWallet): class TrezorWallet(NewWallet):

Loading…
Cancel
Save