Skip to content

Commit 8251c02

Browse files
committed
lint
1 parent 84da778 commit 8251c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/cc_wallet/cc_wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from src.types.coin import Coin
1010
from src.types.coin_solution import CoinSolution
1111
from src.types.condition_opcodes import ConditionOpcode
12-
from src.types.program import Program, SExp
12+
from src.types.program import Program
1313
from src.types.spend_bundle import SpendBundle
1414
from src.types.sized_bytes import bytes32
1515
from src.util.byte_types import hexstr_to_bytes

0 commit comments

Comments
 (0)