mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Remove unnecessary import
This commit is contained in:
parent
3b8553f912
commit
a71389e6e1
@ -6,7 +6,7 @@ import Data.Aeson.Types
|
||||
import Data.ByteString.Char8 (ByteString, pack, unpack)
|
||||
import Data.Foldable
|
||||
import Data.HashMap.Lazy (empty)
|
||||
import Data.Maybe (fromJust, fromMaybe)
|
||||
import Data.Maybe (fromMaybe)
|
||||
import Data.Text hiding (empty)
|
||||
import Git.Libgit2
|
||||
import Git.Repository
|
||||
|
Loading…
Reference in New Issue
Block a user