Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Dec 17, 2015
1 parent 02a96a7 commit 7695fb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/test/Test/AWS/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
--
module Test.AWS.Error (tests) where

import Control.Lens
import qualified Data.ByteString.Char8 as BS8
import qualified Data.Foldable as Fold
import Data.List (sort)
Expand Down
1 change: 0 additions & 1 deletion core/test/Test/AWS/Sign/V4.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
--
module Test.AWS.Sign.V4 (tests) where

import Control.Lens
import qualified Data.ByteString.Char8 as BS8
import qualified Data.Foldable as Fold
import Data.List (sort)
Expand Down

0 comments on commit 7695fb7

Please sign in to comment.