mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-09 08:41:15 +08:00
remove dead imports
This commit is contained in:
@@ -51,15 +51,13 @@ from .queue import queue_cleanall, queue_find_accepted
|
||||
|
||||
from .nameops import async_preorder, async_register, async_update, async_transfer, async_renew, async_revoke
|
||||
|
||||
from ..keys import get_data_privkey_info, is_singlesig, is_singlesig_hex, is_multisig, get_privkey_info_address, get_privkey_info_params, encrypt_private_key_info, decrypt_private_key_info
|
||||
from ..keys import get_data_privkey_info, is_singlesig, is_singlesig_hex, is_multisig, get_privkey_info_address, get_privkey_info_params
|
||||
from ..proxy import is_name_registered, is_zonefile_hash_current, is_name_owner, get_default_proxy, get_name_blockchain_record, get_name_cost, get_atlas_peers, json_is_error
|
||||
from ..zonefile import zonefile_data_replicate, make_empty_zonefile
|
||||
from ..user import is_user_zonefile, make_empty_user_profile
|
||||
from ..storage import put_mutable_data, put_immutable_data, hash_zonefile, get_zonefile_data_hash
|
||||
from ..data import get_profile_timestamp, set_profile_timestamp
|
||||
|
||||
from .crypto.utils import aes_decrypt, aes_encrypt
|
||||
|
||||
from ..constants import SLEEP_INTERVAL, CONFIG_PATH, DEFAULT_QUEUE_PATH, BLOCKSTACK_DEBUG, BLOCKSTACK_TEST, TX_MIN_CONFIRMATIONS
|
||||
from ..config import get_config, get_logger, url_to_host_port
|
||||
|
||||
|
||||
Reference in New Issue
Block a user