Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-grella committed Oct 30, 2023
1 parent 4ca06be commit d97c601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/converter/converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package converter

import (
"fmt"

"github.com/nlpodyssey/cybertron/pkg/converter/bart"
"github.com/nlpodyssey/cybertron/pkg/converter/bert"
"github.com/nlpodyssey/cybertron/pkg/models"
Expand Down
5 changes: 3 additions & 2 deletions pkg/downloader/downloadmodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ package downloader

import (
"fmt"
"github.com/nlpodyssey/cybertron/pkg/models"
"github.com/rs/zerolog/log"
"io"
"net/http"
"os"
"path/filepath"

"github.com/nlpodyssey/cybertron/pkg/models"
"github.com/rs/zerolog/log"
)

const (
Expand Down

0 comments on commit d97c601

Please sign in to comment.