Skip to content

Commit 467656f

Browse files
committed
fix imports
1 parent d95fadf commit 467656f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/validation/internal/csv_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package internal
22

33
import (
44
"fmt"
5-
operatorsv1alpha1 "github.com/operator-framework/api/pkg/operators/v1alpha1"
65
"io/ioutil"
76
"path/filepath"
87
"testing"
98

9+
operatorsv1alpha1 "github.com/operator-framework/api/pkg/operators/v1alpha1"
10+
1011
"github.com/ghodss/yaml"
1112
"github.com/operator-framework/api/pkg/validation/errors"
1213
"k8s.io/apimachinery/pkg/runtime/schema"

0 commit comments

Comments
 (0)