1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

🔥 some redundant imports.

This commit is contained in:
Rob Rix 2017-04-03 17:42:35 -04:00
parent 151557a265
commit 5082e01012

View File

@ -11,11 +11,8 @@ import Prelude
import Prologue (($), fmap, (.), pure, for, panic)
import Test.Hspec hiding (shouldBe, shouldNotBe, shouldThrow, errorCall)
import Test.Hspec.Expectations.Pretty
import Test.Hspec.LeanCheck
import Data.Text.Lazy as T
import qualified Data.ByteString.Lazy as BL
import qualified Data.Vector as V
import Arguments
import Renderer hiding (errors)
import qualified Git.Types as Git