diff --git a/plugins/keepkey/clientbase.py b/plugins/keepkey/clientbase.py index 4d5cf7c8..6b33c9d4 100644 --- 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 index f890c59b..687d31c4 100644 --- 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