fix: remove unused os import in database.go

This commit is contained in:
2026-05-13 15:55:58 +02:00
parent 239957d261
commit 9077dbbfcf

View File

@@ -6,7 +6,6 @@ import (
"fmt"
"log"
"mal/internal/db"
"os"
"github.com/pressly/goose/v3"
"go.uber.org/fx"