URI: 
       tremove unneeded 'pass' statement (#3970) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 44bf80d291f015c08f5d55489306d531fc9a5f84
   DIR parent 649b5a729852883f371f8d52cbd3dfee3614531a
  HTML Author: Roman Zeyde <roman.zeyde@gmail.com>
       Date:   Sun, 25 Feb 2018 19:14:49 +0200
       
       remove unneeded 'pass' statement (#3970)
       
       
       Diffstat:
         M plugins/keepkey/clientbase.py       |       1 -
         M plugins/trezor/clientbase.py        |       1 -
       
       2 files changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/plugins/keepkey/clientbase.py b/plugins/keepkey/clientbase.py
       t@@ -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
   DIR diff --git a/plugins/trezor/clientbase.py b/plugins/trezor/clientbase.py
       t@@ -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