Skip to content

Commit 91ede61

Browse files
committed
Remove accidental import
1 parent fa4d6de commit 91ede61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chia/_tests/cmds/wallet/test_notifications.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
from asyncio.locks import Condition
43
from pathlib import Path
54

65
from chia_rs.sized_bytes import bytes32
@@ -9,7 +8,7 @@
98
from chia._tests.cmds.cmd_test_utils import TestRpcClients, TestWalletRpcClient, logType, run_cli_command_and_assert
109
from chia._tests.cmds.wallet.test_consts import FINGERPRINT, FINGERPRINT_ARG, STD_TX, STD_UTX, get_bytes32
1110
from chia.util.bech32m import encode_puzzle_hash
12-
from chia.wallet.conditions import ConditionValidTimes
11+
from chia.wallet.conditions import Condition, ConditionValidTimes
1312
from chia.wallet.notification_store import Notification
1413
from chia.wallet.util.tx_config import TXConfig
1514
from chia.wallet.wallet_request_types import (

0 commit comments

Comments
 (0)