Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Feb 4, 2016
1 parent 9379874 commit cadcf3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Servant/Swagger/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import Data.Proxy
import qualified Data.Swagger as Swagger
import Data.Swagger hiding (Header)
import Data.Swagger.Declare
import Data.Swagger.Operation
import Data.Text (Text)
import qualified Data.Text as Text
import GHC.TypeLits
Expand Down
1 change: 0 additions & 1 deletion src/Servant/Swagger/Internal/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module Servant.Swagger.Internal.Test where

import Data.Aeson (ToJSON)
import Data.Swagger
import Data.Swagger.Schema.Validation
import Data.Typeable
import Test.Hspec
import Test.Hspec.QuickCheck
Expand Down
1 change: 0 additions & 1 deletion test/Servant/SwaggerSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Data.Aeson.QQ
import Data.Char (toLower)
import Data.Proxy
import Data.Swagger
import Data.Swagger.Operation
import Data.Text (Text)
import Data.Time
import GHC.Generics
Expand Down

0 comments on commit cadcf3d

Please sign in to comment.