Skip to content

Commit

Permalink
Albums: Code clean-up #1777
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Nov 29, 2021
1 parent cb3009b commit 4e8b9e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/entity/album.go
Expand Up @@ -9,13 +9,13 @@ import (

"github.com/gosimple/slug"
"github.com/jinzhu/gorm"
"github.com/ulule/deepcopier"

"github.com/photoprism/photoprism/internal/event"
"github.com/photoprism/photoprism/internal/form"
"github.com/photoprism/photoprism/internal/maps"
"github.com/photoprism/photoprism/pkg/rnd"
"github.com/photoprism/photoprism/pkg/txt"
"github.com/ulule/deepcopier"
)

const (
Expand Down
5 changes: 3 additions & 2 deletions internal/search/albums_test.go
Expand Up @@ -3,9 +3,10 @@ package search
import (
"testing"

"github.com/photoprism/photoprism/internal/entity"
form "github.com/photoprism/photoprism/internal/form"
"github.com/stretchr/testify/assert"

"github.com/photoprism/photoprism/internal/entity"
"github.com/photoprism/photoprism/internal/form"
)

func TestAlbumPhotos(t *testing.T) {
Expand Down

0 comments on commit 4e8b9e7

Please sign in to comment.