Skip to content

Commit

Permalink
[ML] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Aug 16, 2021
1 parent d0d0be2 commit 9e32ce0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import React, { useContext, useMemo } from 'react';
import { EuiFormRow, EuiIcon, EuiSelect, EuiToolTip } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import useUpdateEffect from 'react-use/lib/useUpdateEffect';
import { i18n } from '@kbn/i18n';
import { CreateTransformWizardContext } from '../../../../wizard/wizard';
import { commonFilterAggs, filterAggsFieldSupport } from '../constants';
import { IndexPattern } from '../../../../../../../../../../../../src/plugins/data/public';
Expand Down

0 comments on commit 9e32ce0

Please sign in to comment.