Skip to content

Commit c6a76fa

Browse files
author
sfang97
committed
Fix import packages
1 parent 3aac181 commit c6a76fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gitlab/helper_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
package gitlab
22

33
import (
4-
"errors"
54
"fmt"
6-
"strings"
5+
"os"
76

87
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
9-
"github.com/xanzy/go-gitlab"
108
)
119

1210
// testAccCompareGitLabAttribute compares an attribute in two ResourceData's for

0 commit comments

Comments
 (0)