Skip to content

Commit

Permalink
fix: remove duplicate importe
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Valente committed Aug 1, 2024
1 parent 036e58d commit ff2cd85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/cmd/cli/topic/config_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/IBM/sarama"
"github.com/electric-saw/kafta/internal/pkg/configuration"
"github.com/electric-saw/kafta/internal/pkg/kafka"
"github.com/electric-saw/kafta/pkg/cmd/util"
cmdutil "github.com/electric-saw/kafta/pkg/cmd/util"
"github.com/jedib0t/go-pretty/v6/table"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -61,7 +60,7 @@ func (o *listConfigsOptions) run() error {
return rows[i][0].(string) < rows[j][0].(string)
})

util.PrintTable(
cmdutil.PrintTable(
table.Row{"Config Name", "Config Value", "Source"},
rows,
)
Expand Down

0 comments on commit ff2cd85

Please sign in to comment.