Skip to content

Commit

Permalink
fix HLint suggestion about redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Aug 24, 2020
1 parent 648ca13 commit 9ad8763
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/shelley/bench/Latency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ import Cardano.Wallet.Api.Types
import Cardano.Wallet.LatencyBenchShared
( LogCaptureFunc, fmtResult, fmtTitle, measureApiLogs, withLatencyLogging )
import Cardano.Wallet.Logging
( stdoutTextTracer )
import Cardano.Wallet.Logging
( trMessage )
( stdoutTextTracer, trMessage )
import Cardano.Wallet.Network.Ports
( unsafePortNumber )
import Cardano.Wallet.Primitive.AddressDerivation
Expand Down

0 comments on commit 9ad8763

Please sign in to comment.