Skip to content

Commit

Permalink
chore: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
errfrom committed Sep 17, 2024
1 parent 0495ad1 commit 5c19dea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Contract/AnnounceAuction.purs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ import Contract.Prelude
import Cardano.Plutus.Types.CurrencySymbol (fromScriptHash)
import Cardano.Plutus.Types.Value (Value) as Plutus
import Cardano.Plutus.Types.Value (singleton) as Plutus.Value
import Cardano.Types (Mint, ScriptHash, Value)
import Cardano.Types.BigNum (one) as BigNum
import Cardano.Types (Mint, ScriptHash)
import Cardano.Types.Int (Int) as Cardano
import Cardano.Types.Int (one, toBigInt) as Cardano.Int
import Cardano.Types.Mint (singleton) as Mint
import Cardano.Types.PlutusScript (hash) as PlutusScript
import Cardano.Types.Value (singleton) as Value
import Contract.Chain (currentTime)
import Contract.Monad (Contract, liftedE)
import Contract.ScriptLookups (ScriptLookups)
Expand Down

0 comments on commit 5c19dea

Please sign in to comment.