diff --git a/chia/_tests/wallet/test_wallet_interested_store.py b/chia/_tests/wallet/test_wallet_interested_store.py index 942a18546af0..49e305286256 100644 --- a/chia/_tests/wallet/test_wallet_interested_store.py +++ b/chia/_tests/wallet/test_wallet_interested_store.py @@ -12,7 +12,7 @@ @pytest.mark.anyio -async def test_store(seeded_random: random.Random): +async def test_store(seeded_random: random.Random) -> None: async with DBConnection(1) as db_wrapper: store = await WalletInterestedStore.create(db_wrapper) coin_1 = Coin(bytes32.random(seeded_random), bytes32.random(seeded_random), uint64(12312)) diff --git a/mypy-exclusions.txt b/mypy-exclusions.txt index 558ab288ffb2..61de8eac8919 100644 --- a/mypy-exclusions.txt +++ b/mypy-exclusions.txt @@ -94,6 +94,5 @@ chia._tests.util.time_out_assert chia._tests.wallet.did_wallet.test_did chia._tests.wallet.rpc.test_wallet_rpc chia._tests.wallet.test_taproot -chia._tests.wallet.test_wallet_interested_store tools.analyze-chain tools.run_block