Skip to content

Commit

Permalink
re-arrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
izabelacg committed May 27, 2024
1 parent 4d73f10 commit 92f0ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/deployment/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ limitations under the License.
package deployment

import (
"github.com/google/go-cmp/cmp"
"testing"
"time"

"github.com/google/go-cmp/cmp"

corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 92f0ab5

Please sign in to comment.