ICML writer: removed redundant import.

This commit is contained in:
John MacFarlane 2015-12-13 22:18:23 -08:00
parent f3133a8e9e
commit 9f43acb5d2

View file

@ -27,7 +27,6 @@ import Data.List (isPrefixOf, isInfixOf, stripPrefix)
import Data.Text as Text (breakOnAll, pack)
import Control.Monad.State
import Network.URI (isURI)
import System.FilePath.Posix (pathSeparator)
import qualified Data.Set as Set
type Style = [String]