mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
more linty cleanup
This commit is contained in:
parent
8f2646e3d9
commit
f5b1a02fd3
@ -121,7 +121,6 @@ extend_skip=
|
||||
chia/wallet/util/compute_hints.py
|
||||
chia/wallet/util/compute_memos.py
|
||||
chia/wallet/util/debug_spend_bundle.py
|
||||
chia/wallet/util/merkle_tree.py
|
||||
chia/wallet/util/puzzle_compression.py
|
||||
chia/wallet/util/wallet_sync_utils.py
|
||||
chia/wallet/wallet_blockchain.py
|
||||
|
@ -1,12 +1,12 @@
|
||||
import math
|
||||
|
||||
from typing import List, Optional, Tuple
|
||||
from enum import Enum
|
||||
from chia.types.blockchain_format.sized_bytes import bytes32
|
||||
from chia.util.hash import std_hash
|
||||
from typing import List, Optional, Tuple
|
||||
|
||||
from clvm.casts import int_to_bytes
|
||||
|
||||
from chia.types.blockchain_format.sized_bytes import bytes32
|
||||
from chia.util.hash import std_hash
|
||||
|
||||
ONE = int_to_bytes(1)
|
||||
TWO = int_to_bytes(2)
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user