From ed044cd578dc933193eb9b153eb9cce255e2e7ed Mon Sep 17 00:00:00 2001 From: Alena Pantuzenko Date: Mon, 8 Apr 2024 10:19:26 -0400 Subject: [PATCH] delete unused import --- pagerduty/resource_pagerduty_event_orchestration_integration.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pagerduty/resource_pagerduty_event_orchestration_integration.go b/pagerduty/resource_pagerduty_event_orchestration_integration.go index 1641112cb..42bf4f643 100644 --- a/pagerduty/resource_pagerduty_event_orchestration_integration.go +++ b/pagerduty/resource_pagerduty_event_orchestration_integration.go @@ -8,7 +8,6 @@ import ( "strings" "time" - "github.com/hashicorp/go-cty/cty" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"