remove redundant import to remove warnings

This commit is contained in:
Rémi Vion 2016-04-13 15:41:51 +02:00
parent 96abac7ef2
commit c3bb14fb26

View File

@ -123,7 +123,7 @@ import Servant.JS.Axios
import Servant.JS.Internal
import Servant.JS.JQuery
import Servant.JS.Vanilla
import Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
import Servant.Foreign (listFromAPI)
-- | Generate the data necessary to generate javascript code
-- for all the endpoints of an API, as ':<|>'-separated values