mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +03:00
Remove redundant imports
This commit is contained in:
parent
5149ff100f
commit
469b76d82b
@ -1,15 +1,12 @@
|
||||
{-# LANGUAGE TupleSections, ScopedTypeVariables #-}
|
||||
module Renderer.Summary where
|
||||
|
||||
import Category
|
||||
import Prologue
|
||||
import Renderer
|
||||
import Data.Record
|
||||
import Range
|
||||
import DiffSummary
|
||||
import Data.Map as Map hiding (null)
|
||||
import Source
|
||||
import SourceSpan
|
||||
import Data.Aeson
|
||||
import Data.List as List
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user