Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jml committed Jan 14, 2018
1 parent 63ffe71 commit 40001c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crypto/Spake2/Groups/Ed25519.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Crypto.Spake2.Groups.Ed25519
, generator
) where

import Protolude hiding (group, zero)
import Protolude hiding (group)

import Crypto.Error (CryptoFailable(..), CryptoError(..))
import Crypto.Number.Generate (generateMax)
Expand Down

0 comments on commit 40001c4

Please sign in to comment.