Skip to content

Commit

Permalink
Remove whitespace from the import section to please lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbossis committed Nov 8, 2024
1 parent c3ca7b2 commit ade1f7a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import (
"reflect"
"testing"

"github.com/stretchr/testify/assert"

"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
Expand Down

0 comments on commit ade1f7a

Please sign in to comment.