From c6bbb068a3652e8625ff1116e7553e9f7e8ac910 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Thu, 19 Dec 2024 12:43:01 +0530 Subject: [PATCH] unused aws instace and vpcs cleanup Signed-off-by: shiva kumar --- tests/common/common.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/common/common.go b/tests/common/common.go index 5a94bfad..829b9825 100644 --- a/tests/common/common.go +++ b/tests/common/common.go @@ -21,9 +21,6 @@ import ( "math/rand" "os" - . "github.com/onsi/ginkgo/v2" - . "github.com/onsi/gomega" - "github.com/NVIDIA/holodeck/api/holodeck/v1alpha1" )