Fix goimports issue in CI

Fix below error in current codebase
File is not `goimports`-ed with -local
github.com/ceph/ceph-csi

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 5b14cc9272)
This commit is contained in:
Madhu Rajanna
2020-04-15 09:08:16 +05:30
committed by mergify[bot]
parent d2e26d466b
commit 38ba4c1cfd
6 changed files with 8 additions and 3 deletions

View File

@ -29,6 +29,7 @@ import (
"time"
"github.com/ceph/ceph-csi/pkg/util"
"github.com/ceph/go-ceph/rados"
librbd "github.com/ceph/go-ceph/rbd"
"github.com/container-storage-interface/spec/lib/go/csi"