Skip to content

Commit

Permalink
remove unneccessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
benweitzman committed Dec 2, 2015
1 parent bc8ad63 commit 5a8f06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Instances.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Data.Time.Clock (DiffTime, UTCTime(..), picosecondsToDiffTime)
import Data.Fixed (Pico)
import Data.Time (ZonedTime(..), LocalTime(..), TimeZone(..),
hoursToTimeZone, Day(..), TimeOfDay(..),
NominalDiffTime, makeTimeOfDayValid)
NominalDiffTime)
import qualified Data.Text as T
import qualified Data.Map as Map
import Data.Text (Text)
Expand Down

0 comments on commit 5a8f06c

Please sign in to comment.