Skip to content

Commit 163443f

Browse files
committed
refactor: remove duplicate log import in monitor_test.go
Signed-off-by: Evsyukov Denis <[email protected]>
1 parent 0873339 commit 163443f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/kube_events_manager/monitor_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ import (
66
"sync"
77
"testing"
88

9+
"github.com/deckhouse/deckhouse/pkg/log"
910
. "github.com/onsi/gomega"
1011
"github.com/stretchr/testify/assert"
1112
corev1 "k8s.io/api/core/v1"
1213
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1314

14-
"github.com/deckhouse/deckhouse/pkg/log"
15-
1615
"github.com/flant/kube-client/fake"
1716
"github.com/flant/kube-client/manifest"
1817
kemtypes "github.com/flant/shell-operator/pkg/kube_events_manager/types"

0 commit comments

Comments
 (0)