Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Feb 5, 2020
1 parent 4b8da2d commit f8ade54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ import { i18n } from '@kbn/i18n';
import useUnmount from 'react-use/lib/useUnmount';

import { IndexPattern } from 'src/plugins/data/public';
import {
IAggConfig,
AggGroupNames,
} from '../legacy_imports';
import { IAggConfig, AggGroupNames } from '../legacy_imports';

import { DefaultEditorAggSelect } from './agg_select';
import { DefaultEditorAggParam } from './agg_param';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@

import { IndexPattern, Field } from 'src/plugins/data/public';
import { VisState } from 'src/legacy/core_plugins/visualizations/public';
import {
IAggConfig,
IAggType,
AggGroupNames,
BUCKET_TYPES,
IndexedArray,
} from '../legacy_imports';
import { IAggConfig, IAggType, AggGroupNames, BUCKET_TYPES, IndexedArray } from '../legacy_imports';
import {
getAggParamsToRender,
getAggTypeOptions,
Expand Down

0 comments on commit f8ade54

Please sign in to comment.