1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

🔥 a redundant import.

This commit is contained in:
Rob Rix 2017-04-03 12:44:14 -04:00
parent d24469aaef
commit 6c25704671

View File

@ -1,7 +1,6 @@
{-# LANGUAGE DataKinds, GeneralizedNewtypeDeriving, OverloadedStrings #-}
module IntegrationSpec where
import Category as C
import Command.Diff
import Command.Parse
import Data.Functor.Both