remove unneeded 'pass' statement (#3970)

This commit is contained in:
Roman Zeyde 2018-02-25 19:14:49 +02:00 committed by ghost43
parent 649b5a7298
commit 44bf80d291
2 changed files with 0 additions and 2 deletions

View File

@ -188,7 +188,6 @@ class KeepKeyClientBase(GuiMixin, PrintError):
except BaseException as e: except BaseException as e:
# If the device was removed it has the same effect... # If the device was removed it has the same effect...
self.print_error("clear_session: ignoring error", str(e)) self.print_error("clear_session: ignoring error", str(e))
pass
def get_public_node(self, address_n, creating): def get_public_node(self, address_n, creating):
self.creating_wallet = creating self.creating_wallet = creating

View File

@ -188,7 +188,6 @@ class TrezorClientBase(GuiMixin, PrintError):
except BaseException as e: except BaseException as e:
# If the device was removed it has the same effect... # If the device was removed it has the same effect...
self.print_error("clear_session: ignoring error", str(e)) self.print_error("clear_session: ignoring error", str(e))
pass
def get_public_node(self, address_n, creating): def get_public_node(self, address_n, creating):
self.creating_wallet = creating self.creating_wallet = creating