commit 44bf80d291f015c08f5d55489306d531fc9a5f84
parent 649b5a729852883f371f8d52cbd3dfee3614531a
Author: Roman Zeyde <roman.zeyde@gmail.com>
Date: Sun, 25 Feb 2018 19:14:49 +0200
remove unneeded 'pass' statement (#3970)
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/plugins/keepkey/clientbase.py b/plugins/keepkey/clientbase.py
@@ -188,7 +188,6 @@ class KeepKeyClientBase(GuiMixin, PrintError):
except BaseException as e:
# If the device was removed it has the same effect...
self.print_error("clear_session: ignoring error", str(e))
- pass
def get_public_node(self, address_n, creating):
self.creating_wallet = creating
diff --git a/plugins/trezor/clientbase.py b/plugins/trezor/clientbase.py
@@ -188,7 +188,6 @@ class TrezorClientBase(GuiMixin, PrintError):
except BaseException as e:
# If the device was removed it has the same effect...
self.print_error("clear_session: ignoring error", str(e))
- pass
def get_public_node(self, address_n, creating):
self.creating_wallet = creating