Skip to content

Commit

Permalink
Remove some redundants in yesod-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktak-007 committed Aug 26, 2024
1 parent 79f29c5 commit 82cea4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yesod-test/Yesod/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ import Data.Time.Clock (getCurrentTime)
import Control.Applicative ((<$>))
import Text.Show.Pretty (ppShow)
import Data.Monoid (mempty)
import Data.Semigroup (Semigroup(..))
#if MIN_VERSION_base(4,9,0)
import GHC.Stack (HasCallStack)
#elif MIN_VERSION_base(4,8,1)
Expand All @@ -279,7 +278,7 @@ type HasCallStack = (() :: Constraint)
#endif
import Data.ByteArray.Encoding (convertToBase, Base(..))
import Network.HTTP.Types.Header (hContentType)
import Data.Aeson (FromJSON, eitherDecode')
import Data.Aeson (eitherDecode')
import Control.Monad (unless)

import Yesod.Test.Internal (getBodyTextPreview, contentTypeHeaderIsUtf8)
Expand Down

0 comments on commit 82cea4f

Please sign in to comment.