Skip to content

Commit

Permalink
[ML] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Feb 22, 2020
1 parent b6570c5 commit 17b19d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import {
} from '@elastic/eui';

import { useXJsonMode, xJsonMode } from '../../../../hooks/use_x_json_mode';
import { TransformPivotConfig } from '../../../../common';
import { dictionaryToArray, Dictionary } from '../../../../../../common/types/common';
import { dictionaryToArray } from '../../../../../../common/types/common';
import { DropDown } from '../aggregation_dropdown';
import { AggListForm } from '../aggregation_list';
import { GroupByListForm } from '../group_by_list';
Expand Down

0 comments on commit 17b19d3

Please sign in to comment.