Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trgarrett committed Apr 29, 2023
1 parent 4f7ffbd commit c32a864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misc/hint_fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from chia.rpc.full_node_rpc_client import FullNodeRpcClient
from chia.types.blockchain_format.coin import Coin
from chia.types.blockchain_format.program import Program
from chia.types.blockchain_format.sized_bytes import bytes32
from chia.types.coin_spend import CoinSpend
from chia.util.bech32m import decode_puzzle_hash, encode_puzzle_hash
Expand All @@ -27,7 +26,6 @@
from chia.wallet.sign_coin_spends import sign_coin_spends
from chia.wallet.wallet import Wallet

from pathlib import Path

config = load_config(DEFAULT_ROOT_PATH, "config.yaml")
self_hostname = "localhost"
Expand Down

0 comments on commit c32a864

Please sign in to comment.