Skip to content

Commit

Permalink
tslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Sep 9, 2020
1 parent 357b236 commit deaed8e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import React, { Fragment } from 'react';
import { FormattedMessage } from '@kbn/i18n/react';
import { EuiButtonEmpty, EuiComboBoxOptionOption, EuiSpacer, EuiTextAlign } from '@elastic/eui';
import { MetricEditor } from './metric_editor';
// @ts-expect-error
import { DEFAULT_METRIC } from '../../classes/sources/es_agg_source';
import { IFieldType } from '../../../../../../src/plugins/data/public';
import { AggDescriptor } from '../../../common/descriptor_types';
Expand Down

0 comments on commit deaed8e

Please sign in to comment.