Skip to content

Commit

Permalink
refactor: reorder import statements for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed Nov 24, 2024
1 parent 5a6425f commit f0106dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/cmd/archive/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import (
"os"
"strings"

"github.com/simulot/immich-go/adapters/folder"
"github.com/simulot/immich-go/adapters/fromimmich"
gp "github.com/simulot/immich-go/adapters/googlePhotos"
"github.com/simulot/immich-go/app"

"github.com/simulot/immich-go/adapters/folder"
"github.com/simulot/immich-go/internal/fileevent"
"github.com/simulot/immich-go/internal/filenames"
"github.com/simulot/immich-go/internal/fshelper"
Expand Down

0 comments on commit f0106dd

Please sign in to comment.