Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Oct 20, 2023
1 parent 7e5bef5 commit e2d3a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kn/commands/service/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"errors"
"fmt"
"io"
"knative.dev/client/pkg/kn/plugin"
"sort"
"strconv"
"strings"
Expand All @@ -29,6 +28,7 @@ import (
"knative.dev/serving/pkg/apis/serving"

"knative.dev/client/pkg/kn/commands/revision"
"knative.dev/client/pkg/kn/plugin"
"knative.dev/client/pkg/printers"
clientservingv1 "knative.dev/client/pkg/serving/v1"

Expand Down

0 comments on commit e2d3a49

Please sign in to comment.