Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Aug 29, 2024
1 parent f37a2c5 commit d6e757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/gce/gce_discover_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package gce_test

import (
"github.com/hashicorp/go-discover"
"io/ioutil"
"log"
"os"
"testing"

discover "github.com/hashicorp/go-discover"
"github.com/hashicorp/go-discover/provider/gce"
)

Expand Down

0 comments on commit d6e757d

Please sign in to comment.