Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfrenk committed Nov 23, 2022
1 parent 75fbcbb commit 5ebb0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eras/shelley/impl/src/Cardano/Ledger/Shelley/Era.hs
Expand Up @@ -27,7 +27,7 @@ module Cardano.Ledger.Shelley.Era
where

import Cardano.Ledger.Coin (Coin)
import Cardano.Ledger.Core (Era (..), EraRule, TranslationContext, Value)
import Cardano.Ledger.Core (Era (..), EraRule, Value)
import Cardano.Ledger.Crypto as CC (Crypto)

data ShelleyEra c
Expand Down

0 comments on commit 5ebb0fa

Please sign in to comment.