Skip to content

Commit bd54d4a

Browse files
committed
cleanup
1 parent 49e7ca1 commit bd54d4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

v2/syncers/servicemonitor/syncer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package servicemonitor
22

33
import (
4-
_ "embed"
54
"fmt"
65

6+
internaltranslators "github.com/codefresh-contrib/vcluster-prometheus-operator-plugin/v2/translators"
77
"github.com/loft-sh/vcluster/pkg/mappings/generic"
88
"github.com/loft-sh/vcluster/pkg/patcher"
99
"github.com/loft-sh/vcluster/pkg/scheme"
@@ -17,7 +17,6 @@ import (
1717
"k8s.io/apimachinery/pkg/util/errors"
1818
ctrl "sigs.k8s.io/controller-runtime"
1919
"sigs.k8s.io/controller-runtime/pkg/client"
20-
internaltranslators "github.com/codefresh-contrib/vcluster-prometheus-operator-plugin/v2/translators"
2120
)
2221

2322
func init() {

0 commit comments

Comments
 (0)