From 4cd3e32a96fc43dd5e4823706c6b133a942ab73d Mon Sep 17 00:00:00 2001 From: rodrigopk Date: Tue, 6 Jan 2026 16:16:41 -0500 Subject: [PATCH] Fix unused import in test --- eslint-suppressions.json | 2 +- public/app/features/alerting/unified/utils/rules.test.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint-suppressions.json b/eslint-suppressions.json index f90a21cb7c5..96fa771540d 100644 --- a/eslint-suppressions.json +++ b/eslint-suppressions.json @@ -4677,4 +4677,4 @@ "count": 1 } } -} +} \ No newline at end of file diff --git a/public/app/features/alerting/unified/utils/rules.test.ts b/public/app/features/alerting/unified/utils/rules.test.ts index 33d26e2b707..b179a4a1c61 100644 --- a/public/app/features/alerting/unified/utils/rules.test.ts +++ b/public/app/features/alerting/unified/utils/rules.test.ts @@ -14,7 +14,6 @@ import { import { GRAFANA_ORIGIN_LABEL } from './labels'; import { - NO_GROUP_PREFIX, getRuleGroupLocationFromCombinedRule, getRuleGroupLocationFromRuleWithLocation, getRulePluginOrigin,