Skip to content

Commit 50178c3

Browse files
add os import (#4691) (#3153)
Signed-off-by: Modular Magician <[email protected]>
1 parent 0e1e63f commit 50178c3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.changelog/4691.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:REPLACEME
2+
3+
```

google-beta/resource_dataproc_cluster_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515

16-
dataproc "google.golang.org/api/dataproc/v1beta2"
1716
"google.golang.org/api/googleapi"
17+
18+
dataproc "google.golang.org/api/dataproc/v1beta2"
1819
)
1920

2021
func TestDataprocExtractInitTimeout(t *testing.T) {

google-beta/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package google
55
import (
66
"fmt"
77
"log"
8+
"os"
89
"sort"
910
"strings"
1011
"time"

0 commit comments

Comments
 (0)