Config: Code clean-up

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-03-15 17:05:05 +01:00
parent cad0ecaa6a
commit ef70992657
7 changed files with 160 additions and 147 deletions

View File

@@ -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.