Skip to content

Commit

Permalink
Fix lint warnings, unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jul 25, 2024
1 parent 533105d commit 298db50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/Echidna/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import UnliftIO
( MonadUnliftIO, IORef, newIORef, readIORef, hFlush, stdout , writeIORef, timeout)
import UnliftIO.Concurrent hiding (killThread, threadDelay)

import EVM.Solidity (SolcContract)
import EVM.Types (Addr, Contract, VM, VMType(Concrete), W256)

import Echidna.ABI
Expand All @@ -43,7 +42,6 @@ import Echidna.Types.Corpus qualified as Corpus
import Echidna.Types.Coverage (scoveragePoints)
import Echidna.Types.Test (EchidnaTest(..), didFail, isOptimizationTest)
import Echidna.Types.Tx (Tx)
import Echidna.Types.World (World)
import Echidna.UI.Report
import Echidna.UI.Widgets
import Echidna.Utility (timePrefix, getTimestamp)
Expand Down
1 change: 0 additions & 1 deletion lib/Echidna/UI/Widgets.hs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ failWidget b test = do
( failureBadge <+> str (" with " ++ show test.result)
, shrinkWidget b test <=> titleWidget <=> s <=> str " " <=> traces
)
where

optWidget
:: MonadReader Env m
Expand Down

0 comments on commit 298db50

Please sign in to comment.