1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

🔥 a redundant import.

This commit is contained in:
Rob Rix 2017-05-10 15:59:11 -04:00
parent bb634a5e51
commit 7c427aab0a

View File

@ -6,7 +6,6 @@ import Test.Hspec hiding (shouldBe, shouldNotBe, shouldThrow, errorCall)
import Test.Hspec.Expectations.Pretty
import Syntax
import Renderer
import Renderer.SExpression
import Source
spec :: Spec