From da4255665a8d77cd494bc728d61b4167bffa2120 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Wed, 5 Feb 2020 09:17:07 -0700 Subject: [PATCH] Removing unused import --- .../infra/public/components/waffle/waffle_group_by_controls.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/legacy/plugins/infra/public/components/waffle/waffle_group_by_controls.tsx b/x-pack/legacy/plugins/infra/public/components/waffle/waffle_group_by_controls.tsx index 9cb025ae0ce62..3e697dccabac5 100644 --- a/x-pack/legacy/plugins/infra/public/components/waffle/waffle_group_by_controls.tsx +++ b/x-pack/legacy/plugins/infra/public/components/waffle/waffle_group_by_controls.tsx @@ -12,7 +12,6 @@ import { EuiFilterButton, EuiFilterGroup, EuiPopover, - EuiText, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n/react';