Skip to content

Commit

Permalink
Unqualify Cardano.Api
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <[email protected]>
  • Loading branch information
palas and carbolymer authored Oct 31, 2024
1 parent 5e8cbc0 commit 0564c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Cardano.CLI.EraBased.Transaction.HashCheck
where

import Cardano.Api (Certificate (..), ExceptT, firstExceptT)

Check warning

Code scanning / HLint

Use fewer imports Warning

cardano-cli/src/Cardano/CLI/EraBased/Transaction/HashCheck.hs:10:1-70: Warning: Use fewer imports
  
Found:
  import Cardano.Api ( Certificate(..), ExceptT, firstExceptT )
  import Cardano.Api
  
Perhaps:
  import Cardano.Api
import qualified Cardano.Api as L
import Cardano.Api
import qualified Cardano.Api.Ledger as L
import qualified Cardano.Api.Shelley as Shelley

Expand Down

0 comments on commit 0564c0e

Please sign in to comment.