Remove some more dlo stuff

This commit is contained in:
Matt Hauff 2022-07-12 10:44:49 -05:00
parent 355044b045
commit e6ed51179b
No known key found for this signature in database
GPG Key ID: 3CBA6CFC81A00E46
3 changed files with 0 additions and 3 deletions

View File

@ -117,7 +117,6 @@ extend_skip=
chia/wallet/did_wallet/did_info.py
chia/wallet/did_wallet/did_wallet_puzzles.py
chia/wallet/did_wallet/did_wallet.py
chia/wallet/dlo_wallet/dlo_wallet.py
chia/wallet/lineage_proof.py
chia/wallet/payment.py
chia/wallet/puzzles/load_clvm.py

View File

@ -107,7 +107,6 @@ kwargs = dict(
"chia.util",
"chia.wallet",
"chia.wallet.db_wallet",
"chia.wallet.dlo_wallet",
"chia.wallet.puzzles",
"chia.wallet.rl_wallet",
"chia.wallet.cat_wallet",

View File

@ -10,7 +10,6 @@ from chia.simulator.simulator_protocol import FarmNewBlockProtocol
from tests.setup_nodes import setup_simulators_and_wallets
from chia.data_layer.data_layer_wallet import DataLayerWallet
# from chia.wallet.dlo_wallet.dlo_wallet import DLOWallet
from chia.types.blockchain_format.program import Program
from tests.time_out_assert import time_out_assert
from chia.wallet.util.merkle_tree import MerkleTree