Remove unused imports. Explicitly import a few deep imports.
This commit is contained in:
@@ -25,10 +25,8 @@
|
||||
|
||||
import socket
|
||||
import os
|
||||
import re
|
||||
import requests
|
||||
import json
|
||||
from hashlib import sha256
|
||||
from urllib.parse import urljoin
|
||||
from urllib.parse import quote
|
||||
|
||||
@@ -38,9 +36,9 @@ from electrum import keystore
|
||||
from electrum.bitcoin import *
|
||||
from electrum.mnemonic import Mnemonic
|
||||
from electrum import version
|
||||
from electrum.wallet import Multisig_Wallet, Deterministic_Wallet, Wallet
|
||||
from electrum.wallet import Multisig_Wallet, Deterministic_Wallet
|
||||
from electrum.i18n import _
|
||||
from electrum.plugins import BasePlugin, run_hook, hook
|
||||
from electrum.plugins import BasePlugin, hook
|
||||
from electrum.util import NotEnoughFunds
|
||||
|
||||
# signing_xpub is hardcoded so that the wallet can be restored from seed, without TrustedCoin's server
|
||||
|
||||
Reference in New Issue
Block a user