1
1
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:
Rob Rix 2016-07-14 16:38:44 -04:00
parent 300bd2b84c
commit 0a4c91c784
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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.