From cbeb5f6ca4c8380846a682ecb6c187cdaf5fe730 Mon Sep 17 00:00:00 2001 From: Quynh Nguyen Date: Wed, 19 Aug 2020 10:49:08 -0500 Subject: [PATCH] [ML] Remove duplicate imports --- x-pack/plugins/ml/public/application/explorer/explorer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/explorer/explorer.js b/x-pack/plugins/ml/public/application/explorer/explorer.js index d2346b20f65f1..d78df80fad94e 100644 --- a/x-pack/plugins/ml/public/application/explorer/explorer.js +++ b/x-pack/plugins/ml/public/application/explorer/explorer.js @@ -31,7 +31,6 @@ import { EuiPanel, EuiAccordion, EuiBadge, - EuiCallOut, } from '@elastic/eui'; import { AnnotationFlyout } from '../components/annotations/annotation_flyout';