Skip to content

Commit e8bd00d

Browse files
cleanup imports
1 parent d34ad1e commit e8bd00d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/trainer/utils/utils_cluster_prep.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"testing"
2323

2424
. "github.com/onsi/gomega"
25+
2526
corev1 "k8s.io/api/core/v1"
2627
rbacv1 "k8s.io/api/rbac/v1"
2728
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

tests/trainer/utils/utils_notebook.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ import (
2222
"strings"
2323
"time"
2424

25+
. "github.com/onsi/gomega"
26+
2527
corev1 "k8s.io/api/core/v1"
2628
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2729

28-
. "github.com/onsi/gomega"
29-
3030
common "github.com/opendatahub-io/distributed-workloads/tests/common"
3131
. "github.com/opendatahub-io/distributed-workloads/tests/common/support"
3232
)

0 commit comments

Comments
 (0)