Remove unnecessary import (#26)

This commit is contained in:
Connor Prussin 2017-07-14 00:00:57 -07:00 committed by GitHub
parent 1abd77456f
commit 7f83dcf2fd

View File

@ -2,8 +2,6 @@ module HTTPure.HTTPureM
( HTTPureM
) where
import Prelude (Unit)
import Control.Monad.Eff as Eff
import Node.HTTP as HTTP