Skip to content

Commit

Permalink
Remove duplicated imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Sep 13, 2023
1 parent ba21ca0 commit 385073a
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 385073a

Please sign in to comment.