mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
Remove some redundant imports.
This commit is contained in:
parent
300bd2b84c
commit
0a4c91c784
@ -3,7 +3,6 @@ module Renderer where
|
||||
import Prologue
|
||||
import Data.Functor.Both
|
||||
import Diff
|
||||
import Info
|
||||
import Source
|
||||
|
||||
-- | A function that will render a diff, given the two source files.
|
||||
|
@ -14,12 +14,11 @@ import Data.String
|
||||
import Data.Text (pack)
|
||||
import Data.These
|
||||
import Diff
|
||||
import Info
|
||||
import Patch
|
||||
import Prologue hiding (fst, snd)
|
||||
import Range
|
||||
import Renderer
|
||||
import Source hiding ((<>), break)
|
||||
import Source hiding (break)
|
||||
import SplitDiff
|
||||
|
||||
-- | Render a timed out file as a truncated diff.
|
||||
|
Loading…
Reference in New Issue
Block a user