From 2b575ae5911488226209804ea8e6b78fceda2ec7 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 26 Sep 2024 14:35:53 +0100 Subject: [PATCH] Annotate test_wallet_interested_store.py. --- chia/_tests/wallet/test_wallet_interested_store.py | 2 +- mypy-exclusions.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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