Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-grella committed Oct 5, 2022
1 parent 8209000 commit 67bdf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import (
"crypto/tls"
"errors"
"fmt"
"github.com/nlpodyssey/cybertron/pkg/tasks/languagemodeling"
"net"
"net/http"
"strings"
"time"

"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/nlpodyssey/cybertron/pkg/tasks/languagemodeling"
"github.com/nlpodyssey/cybertron/pkg/tasks/questionanswering"
"github.com/nlpodyssey/cybertron/pkg/tasks/text2text"
"github.com/nlpodyssey/cybertron/pkg/tasks/textclassification"
Expand Down

0 comments on commit 67bdf8b

Please sign in to comment.