Skip to content

Commit

Permalink
Fix GHC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Jun 10, 2024
1 parent 3f7c90f commit 8680c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cardano/CEM/Monads/L1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Data.Set qualified as Set

-- Cardano imports
import Cardano.Api hiding (queryUtxo)
import Cardano.Api.InMode (TxValidationError (..), fromConsensusApplyTxErr)
import Cardano.Api.InMode (TxValidationError (..))
import Ouroboros.Network.Protocol.LocalStateQuery.Type (Target (..))

-- Project imports
Expand Down
2 changes: 1 addition & 1 deletion test/Voting.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Prelude hiding (readFile)

import Control.Monad.IO.Class (MonadIO (..))

import Test.Hspec (describe, it, shouldBe)
import Test.Hspec (describe, shouldBe)

import Cardano.CEM
import Cardano.CEM.Examples.Compilation ()
Expand Down

0 comments on commit 8680c4a

Please sign in to comment.