chore(build): remove redundant import (2nd attempt)
This commit is contained in:
parent
d26c145e55
commit
7467c3fad7
@ -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)
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
module Utils.TypesSpec where
|
||||
|
||||
import TestImport
|
||||
import Utils
|
||||
|
||||
instance Arbitrary SloppyBool where
|
||||
arbitrary = SloppyBool <$> arbitrary
|
||||
|
||||
Loading…
Reference in New Issue
Block a user