chore(build): remove redundant import (2nd attempt)

This commit is contained in:
Steffen Jost 2022-09-28 19:43:50 +02:00
parent d26c145e55
commit 7467c3fad7
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ import qualified Control.Monad.State.Class as State
import qualified Servant.Types.SourceT as S
import Servant.API (SourceIO)
import Utils (throwExceptT, Canonical(..))
import Utils (throwExceptT)
import Yesod.Servant (ServantApi, servantApiBaseUrl)

View File

@ -1,6 +1,7 @@
module Utils.TypesSpec where
import TestImport
import Utils
instance Arbitrary SloppyBool where
arbitrary = SloppyBool <$> arbitrary