Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-badiger committed Nov 21, 2023
1 parent 951afea commit 6699ab7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions controllers/upgrade_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package controllers

import (
"context"
"os"
"testing"

Expand All @@ -17,8 +16,6 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/autoscaling"
"github.com/keikoproj/upgrade-manager/api/v1alpha1"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/reconcile"
)

// This test checks implementation of our DrainNode which does both cordon + drain
Expand Down Expand Up @@ -659,4 +656,4 @@ func TestEarlyCordonFunction(t *testing.T) {
}
}
}
}
}

0 comments on commit 6699ab7

Please sign in to comment.