Skip to content

Commit

Permalink
Apply new black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Mar 31, 2023
1 parent e000cca commit 666e1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/complex_datum.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Withdraw(PlutusData):

OrderStep = Union[Deposit, Withdraw]


# inspired by https://github.com/MuesliSwapTeam/muesliswap-cardano-pool-contracts/blob/main/dex/src/MuesliSwapPools/BatchOrder/Types.hs
@dataclass()
class BatchOrder(PlutusData):
Expand Down
1 change: 1 addition & 0 deletions opshin/prelude.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from pycardano import Datum as Anything, PlutusData


# Plutus V2
@dataclass()
class TxId(PlutusData):
Expand Down

0 comments on commit 666e1e1

Please sign in to comment.