Skip to content

Commit c3bb14f

Browse files
committed
remove redundant import to remove warnings
1 parent 96abac7 commit c3bb14f

File tree

1 file changed

+1
-1
lines changed
  • servant-js/src/Servant

1 file changed

+1
-1
lines changed

servant-js/src/Servant/JS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import Servant.JS.Axios
123123
import Servant.JS.Internal
124124
import Servant.JS.JQuery
125125
import Servant.JS.Vanilla
126-
import Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
126+
import Servant.Foreign (listFromAPI)
127127

128128
-- | Generate the data necessary to generate javascript code
129129
-- for all the endpoints of an API, as ':<|>'-separated values

0 commit comments

Comments
 (0)