Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Aug 13, 2024
1 parent 82c46ec commit 22969f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/types/eligible_coin_spends.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from chia.types.internal_mempool_item import InternalMempoolItem
from chia.types.mempool_item import BundleCoinSpend
from chia.types.spend_bundle import SpendBundle
from chia.util.ints import uint32, uint64
from chia.util.errors import Err
from chia.util.ints import uint32, uint64


@dataclasses.dataclass(frozen=True)
Expand Down

0 comments on commit 22969f4

Please sign in to comment.