Skip to content

Commit

Permalink
Remove duplicated imports. (#4126)
Browse files Browse the repository at this point in the history
This PR removes a couple of duplicated imports. (It seems that
`stylish-haskell` doesn't automatically remove duplicates.)
  • Loading branch information
jonathanknowles authored Sep 13, 2023
2 parents d6ef2b1 + 385073a commit f5cf908
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/wallet/src/Cardano/Wallet/Write/Tx/Balance.hs
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,13 @@ import Cardano.Ledger.Api
, feeTxBodyL
, inputsTxBodyL
, outputsTxBodyL
, outputsTxBodyL
, ppMaxTxSizeL
)
import Cardano.Ledger.UTxO
( txinLookup )
import Cardano.Tx.Balance.Internal.CoinSelection
( Selection
, SelectionBalanceError (..)
, SelectionBalanceError (..)
, SelectionCollateralError (..)
, SelectionCollateralRequirement (..)
, SelectionConstraints (..)
Expand Down

0 comments on commit f5cf908

Please sign in to comment.