Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Feb 28, 2024
1 parent 648f50e commit 0859a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/display/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import (
"encoding/csv"
"encoding/json"
"fmt"
"github.com/turbot/pipe-fittings/cmdconfig"
"github.com/turbot/pipe-fittings/error_helpers"
"github.com/turbot/powerpipe/internal/queryresult"
"os"
"strings"
"time"
Expand All @@ -21,7 +18,10 @@ import (
"github.com/karrick/gows"
"github.com/spf13/viper"
"github.com/turbot/go-kit/helpers"
"github.com/turbot/pipe-fittings/cmdconfig"
"github.com/turbot/pipe-fittings/constants"
"github.com/turbot/pipe-fittings/error_helpers"
"github.com/turbot/powerpipe/internal/queryresult"
)

// ShowQueryOutput displays the output using the proper formatter as applicable
Expand Down

0 comments on commit 0859a5f

Please sign in to comment.