diff --git a/tests/wallet/nft_wallet/test_nft_wallet.py b/tests/wallet/nft_wallet/test_nft_wallet.py index 17208c309c42..a589852f78b1 100644 --- a/tests/wallet/nft_wallet/test_nft_wallet.py +++ b/tests/wallet/nft_wallet/test_nft_wallet.py @@ -464,8 +464,6 @@ async def test_nft_wallet_rpc_creation_and_list(self_hostname: str, two_wallet_n ) @pytest.mark.anyio async def test_nft_wallet_rpc_update_metadata(self_hostname: str, two_wallet_nodes: Any, trusted: Any) -> None: - from chia.types.blockchain_format.sized_bytes import bytes32 - num_blocks = 3 full_nodes, wallets, _ = two_wallet_nodes full_node_api = full_nodes[0]