From ade82cc4febc2d1a523550336d76b491616cf777 Mon Sep 17 00:00:00 2001 From: mcfarlm3 <58636946+mcfarlm3@users.noreply.github.com> Date: Mon, 4 Oct 2021 11:04:19 -0700 Subject: [PATCH] fix: removed unused fmt import in remote cmd code (#287) --- cmd/influx/remote.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/influx/remote.go b/cmd/influx/remote.go index 6eaff76..bc734a5 100644 --- a/cmd/influx/remote.go +++ b/cmd/influx/remote.go @@ -1,8 +1,6 @@ package main import ( - "fmt" - "github.com/influxdata/influx-cli/v2/clients/remote" "github.com/influxdata/influx-cli/v2/pkg/cli/middleware" "github.com/urfave/cli"