plans: staticcheck

pull/27081/head
James Bardin 5 years ago
parent fa3e534142
commit a5f013830f

@ -1,13 +0,0 @@
package plans
import (
"github.com/zclconf/go-cty/cty"
)
func mustNewDynamicValue(val cty.Value, ty cty.Type) DynamicValue {
ret, err := NewDynamicValue(val, ty)
if err != nil {
panic(err)
}
return ret
}
Loading…
Cancel
Save