diff --git a/backend/database/db.go b/backend/database/db.go index 4edcef3..b30e1ea 100644 --- a/backend/database/db.go +++ b/backend/database/db.go @@ -6,7 +6,6 @@ import ( "log" _ "github.com/go-sql-driver/mysql" - _ "modernc.org/sqlite" "aimodels-prices/config" "aimodels-prices/models"