Skip to content

Commit 17b19d3

Browse files
committed
[ML] remove unused imports
1 parent b6570c5 commit 17b19d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • x-pack/legacy/plugins/transform/public/app/sections/create_transform/components/step_define

x-pack/legacy/plugins/transform/public/app/sections/create_transform/components/step_define/step_define_form.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import {
2828
} from '@elastic/eui';
2929

3030
import { useXJsonMode, xJsonMode } from '../../../../hooks/use_x_json_mode';
31-
import { TransformPivotConfig } from '../../../../common';
32-
import { dictionaryToArray, Dictionary } from '../../../../../../common/types/common';
31+
import { dictionaryToArray } from '../../../../../../common/types/common';
3332
import { DropDown } from '../aggregation_dropdown';
3433
import { AggListForm } from '../aggregation_list';
3534
import { GroupByListForm } from '../group_by_list';

0 commit comments

Comments
 (0)