Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 20, 2020
1 parent a7803f2 commit cd762f7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import PropTypes from 'prop-types';
import { EuiFormRow, EuiSpacer } from '@elastic/eui';

import { SingleFieldSelect } from '../../../components/single_field_select';
import {
getIndexPatternService,
getIndexPatternSelectComponent,
} from '../../../kibana_services';
import { getIndexPatternService, getIndexPatternSelectComponent } from '../../../kibana_services';
import { NoIndexPatternCallout } from '../../../components/no_index_pattern_callout';
import { i18n } from '@kbn/i18n';
import { ES_GEO_FIELD_TYPE, SCALING_TYPES } from '../../../../common/constants';
Expand Down

0 comments on commit cd762f7

Please sign in to comment.