Skip to content

Commit

Permalink
Remove needless import
Browse files Browse the repository at this point in the history
  • Loading branch information
alldroll committed Jul 19, 2020
1 parent 22f241b commit b5a55b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/spellchecker/api/predict_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package api

import (
"encoding/json"
_ "github.com/suggest-go/suggest/internal/http"
"net/http"

httputil "github.com/suggest-go/suggest/internal/http"
"github.com/suggest-go/suggest/pkg/spellchecker"
"net/http"

"github.com/gorilla/mux"
)
Expand Down

0 comments on commit b5a55b7

Please sign in to comment.