rm unneeded import

This commit is contained in:
ThomasV 2015-09-01 09:01:02 +02:00
parent d4bba181c2
commit f84d873f62
1 changed files with 0 additions and 1 deletions

View File

@ -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()