From 5a65033a29e88cb3a0f82e1147d571deb5860c3a Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 24 Jun 2024 11:27:03 -0400 Subject: [PATCH] Remove unused import Signed-off-by: Craig Perkins --- .../src/main/kotlin/org/opensearch/alerting/AlertingPlugin.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/alerting/src/main/kotlin/org/opensearch/alerting/AlertingPlugin.kt b/alerting/src/main/kotlin/org/opensearch/alerting/AlertingPlugin.kt index 7987c80f0..f7383aaab 100644 --- a/alerting/src/main/kotlin/org/opensearch/alerting/AlertingPlugin.kt +++ b/alerting/src/main/kotlin/org/opensearch/alerting/AlertingPlugin.kt @@ -15,7 +15,6 @@ import org.opensearch.alerting.action.GetRemoteIndexesAction import org.opensearch.alerting.action.SearchEmailAccountAction import org.opensearch.alerting.action.SearchEmailGroupAction import org.opensearch.alerting.alerts.AlertIndices -import org.opensearch.alerting.alerts.AlertIndices.Companion.ALERT_CONFIG_INDEX import org.opensearch.alerting.alerts.AlertIndices.Companion.ALL_ALERT_INDEX_PATTERN import org.opensearch.alerting.comments.CommentsIndices import org.opensearch.alerting.core.JobSweeper