Skip to content

Commit aeb7008

Browse files
committed
import cleanup
1 parent 6fc9027 commit aeb7008

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkg/driver/controller.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ import (
1919
"context"
2020
"errors"
2121
"fmt"
22-
"os"
23-
"strconv"
24-
"strings"
25-
"time"
2622

2723
"github.com/cenkalti/backoff/v4"
2824
"github.com/container-storage-interface/spec/lib/go/csi"
@@ -33,6 +29,10 @@ import (
3329
"google.golang.org/grpc/status"
3430
"google.golang.org/protobuf/types/known/timestamppb"
3531
"k8s.io/klog/v2"
32+
"os"
33+
"strconv"
34+
"strings"
35+
"time"
3636
)
3737

3838
var (

pkg/driver/controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ package driver
1818
import (
1919
"context"
2020
"errors"
21-
"testing"
22-
"time"
2321

2422
"github.com/cenkalti/backoff/v4"
2523
"github.com/container-storage-interface/spec/lib/go/csi"
@@ -29,6 +27,8 @@ import (
2927
"github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pkg/driver/mocks"
3028
"github.com/kubernetes-sigs/aws-fsx-openzfs-csi-driver/pkg/util"
3129
"google.golang.org/protobuf/types/known/timestamppb"
30+
"testing"
31+
"time"
3232
)
3333

3434
const (

0 commit comments

Comments
 (0)