Skip to content

Commit

Permalink
Fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo committed Aug 12, 2020
1 parent a52020e commit eda8990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/k8sprocessor/kube/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
package kube

import (
"go.opentelemetry.io/collector/translator/conventions"
"regexp"
"time"

"go.opentelemetry.io/collector/translator/conventions"
"go.uber.org/zap"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/selection"
Expand Down

0 comments on commit eda8990

Please sign in to comment.