refactor: update skip override errlog import

This commit is contained in:
2026-06-20 19:03:14 +02:00
parent 6cecd9bac8
commit ec349f3714

View File

@@ -5,7 +5,7 @@ import (
"database/sql" "database/sql"
"errors" "errors"
"fmt" "fmt"
"mal/pkg/errlog" errlog "mal/pkg"
) )
type SkipSegmentOverrideRow struct { type SkipSegmentOverrideRow struct {