1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

Remove a redundant import.

This commit is contained in:
Rob Rix 2016-03-08 23:42:08 -05:00
parent 50626dc55b
commit 38a6f52e6b

View File

@ -1,7 +1,6 @@
module Row where
import Data.Functor.Both as Both
import Data.Monoid
import Line
import Prelude hiding (fst, snd)