Remove misplaced import

This commit is contained in:
Deluan 2022-11-27 22:01:07 -05:00
parent 950b5dc1ce
commit 10cd3152ba
1 changed files with 0 additions and 1 deletions

View File

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