Skip to content

Commit

Permalink
[ILM] Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Sep 17, 2024
1 parent ac13f14 commit 0045c12
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

import { i18n } from '@kbn/i18n';

import {
PhaseWithDownsample,
PhaseWithTiming,
} from '../../../../../common/types';
import { PhaseWithDownsample, PhaseWithTiming } from '../../../../../common/types';
import { fieldValidators, FormSchema } from '../../../../shared_imports';
import { defaultIndexPriority } from '../../../constants';
import { CLOUD_DEFAULT_REPO, ROLLOVER_FORM_PATHS } from '../constants';
Expand Down

0 comments on commit 0045c12

Please sign in to comment.