Skip to content

Commit

Permalink
ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Dec 18, 2024
1 parent 7d01352 commit 6c93cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chia/wallet/util/puzzle_compression.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from __future__ import annotations

import zlib

from chia_puzzles_py.programs import SETTLEMENT_PAYMENT

from chia.types.blockchain_format.program import Program
from chia.wallet.cat_wallet.cat_utils import CAT_MOD
from chia.wallet.nft_wallet.nft_puzzles import (
Expand All @@ -14,7 +16,6 @@
from chia.wallet.singleton import (
SINGLETON_TOP_LAYER_MOD,
)
from chia.wallet.trading.offer import OFFER_MOD

# Need the legacy CAT mod for zlib backwards compatibility
LEGACY_CAT_MOD = Program.fromhex(
Expand Down

0 comments on commit 6c93cd5

Please sign in to comment.