Skip to content

Commit f8ade54

Browse files
committed
Fix eslint errors
1 parent 4b8da2d commit f8ade54

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

src/legacy/core_plugins/vis_default_editor/public/components/agg_params.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ import { i18n } from '@kbn/i18n';
2323
import useUnmount from 'react-use/lib/useUnmount';
2424

2525
import { IndexPattern } from 'src/plugins/data/public';
26-
import {
27-
IAggConfig,
28-
AggGroupNames,
29-
} from '../legacy_imports';
26+
import { IAggConfig, AggGroupNames } from '../legacy_imports';
3027

3128
import { DefaultEditorAggSelect } from './agg_select';
3229
import { DefaultEditorAggParam } from './agg_param';

src/legacy/core_plugins/vis_default_editor/public/components/agg_params_helper.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@
1919

2020
import { IndexPattern, Field } from 'src/plugins/data/public';
2121
import { VisState } from 'src/legacy/core_plugins/visualizations/public';
22-
import {
23-
IAggConfig,
24-
IAggType,
25-
AggGroupNames,
26-
BUCKET_TYPES,
27-
IndexedArray,
28-
} from '../legacy_imports';
22+
import { IAggConfig, IAggType, AggGroupNames, BUCKET_TYPES, IndexedArray } from '../legacy_imports';
2923
import {
3024
getAggParamsToRender,
3125
getAggTypeOptions,

0 commit comments

Comments
 (0)