mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
rpc: Cleanup imports
This commit is contained in:
parent
7721caf867
commit
a79e222ae3
@ -1,8 +1,9 @@
|
||||
package rpc
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"net/rpc"
|
||||
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
)
|
||||
|
||||
// ResourceProvisioner is an implementation of terraform.ResourceProvisioner
|
||||
|
Loading…
Reference in New Issue
Block a user