Remove misplaced import

This commit is contained in:
Deluan 2022-11-27 22:01:07 -05:00 committed by Joe Stump
parent 294eadf19e
commit 36b8f8800b
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -4,7 +4,6 @@ import (
"runtime" "runtime"
"github.com/navidrome/navidrome/cmd" "github.com/navidrome/navidrome/cmd"
_ "github.com/navidrome/navidrome/model/criteria"
) )
func main() { func main() {