Skip to content

Commit

Permalink
unused aws instace and vpcs cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 19, 2024
1 parent a7ca37d commit 1977064
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@

package common

import "math/rand"
import (
"fmt"
"math/rand"
"os"

. "github.com/onsi/ginkgo/v2"

Check failure on line 24 in tests/common/common.go

View workflow job for this annotation

GitHub Actions / build

"github.com/onsi/ginkgo/v2" imported and not used
. "github.com/onsi/gomega"

Check failure on line 25 in tests/common/common.go

View workflow job for this annotation

GitHub Actions / build

"github.com/onsi/gomega" imported and not used

"github.com/NVIDIA/holodeck/api/holodeck/v1alpha1"
)

func GenerateUID() string {
const charset = "abcdefghijklmnopqrstuvwxyz0123456789"
Expand Down

0 comments on commit 1977064

Please sign in to comment.