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 9, 2024
1 parent f1c70e7 commit 7ad3f4d
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 7ad3f4d

Please sign in to comment.