mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Config: Code clean-up
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -9,8 +9,6 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/photoprism/photoprism/pkg/report"
|
||||
|
||||
"github.com/sevlyar/go-daemon"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
@@ -22,6 +20,7 @@ import (
|
||||
"github.com/photoprism/photoprism/internal/workers"
|
||||
"github.com/photoprism/photoprism/pkg/clean"
|
||||
"github.com/photoprism/photoprism/pkg/fs"
|
||||
"github.com/photoprism/photoprism/pkg/report"
|
||||
)
|
||||
|
||||
// StartCommand configures the command name, flags, and action.
|
||||
|
||||
Reference in New Issue
Block a user