Skip to content

Commit

Permalink
plutus-ir: fix redundant imports (#6218)
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jun 18, 2024
1 parent bc8c3a7 commit 623c715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plutus-core/plutus-ir/src/PlutusIR/Pass.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ import PlutusIR.TypeCheck qualified as TC
import PlutusCore qualified as PLC
import PlutusCore.Name.Unique

import Control.Monad (when)
import Control.Monad (void, when)
import Control.Monad.Except
import Control.Monad.Trans.Class (lift)
import Data.Foldable
import Data.Text (Text)
import PlutusCore.Quote
import PlutusPrelude

-- | A condition on a 'Term'.
data Condition tyname name uni fun a where
Expand Down

1 comment on commit 623c715

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: 623c715 Previous: bc8c3a7 Ratio
validation-decode-crowdfunding-success-1 245.5 μs 233.4 μs 1.05
validation-decode-escrow-redeem_1-2 330.6 μs 313.7 μs 1.05

This comment was automatically generated by workflow using github-action-benchmark.

CC: @IntersectMBO/plutus-core

Please sign in to comment.