From f84d873f6221ad4e24b97750a41fdd9b5fe5b166 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 1 Sep 2015 09:01:02 +0200 Subject: [PATCH] rm unneeded import --- gui/qt/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 151e6cb0..9dde723a 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -223,7 +223,6 @@ class ElectrumWindow(QMainWindow): run_hook('close_wallet') def load_wallet(self, wallet): - import electrum self.wallet = wallet # backward compatibility self.update_wallet_format()