Skip to content

Commit 2004b6f

Browse files
committed
Fix gci import ordering in compat_test.go
Signed-off-by: Pradhyum <pradhyum314@gmail.com> Signed-off-by: pradhyum6144 <pradhyum314@gmail.com>
1 parent 61ca332 commit 2004b6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

schema/compat_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ import (
2222
"testing"
2323
"time"
2424

25-
digest "github.com/opencontainers/go-digest"
26-
2725
v1 "github.com/modelpack/model-spec/specs-go/v1"
26+
digest "github.com/opencontainers/go-digest"
2827
)
2928

3029
// TestDownstreamDetectionFields verifies that a fully populated ModelPack config

0 commit comments

Comments
 (0)