remove redundant import

This commit is contained in:
Greg Weber 2015-06-07 17:33:58 -04:00
parent e8dbf4cd56
commit e3b7bb25a0

View File

@ -2,7 +2,6 @@
module YesodCoreTest.Streaming (specs) where
import Yesod.Core
import Yesod.Core.Widget (sendChunkHtml)
import Test.Hspec
import Network.Wai.Test
import Data.Text (Text)