From 67bdf8bc589cd19625c531b49b3a9725f7213d7b Mon Sep 17 00:00:00 2001 From: matteo-grella Date: Wed, 5 Oct 2022 12:58:57 +0200 Subject: [PATCH] Code cleaning --- pkg/server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/server/server.go b/pkg/server/server.go index 7e36a0d..a2ce01d 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -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"