Skip to content

Commit

Permalink
reomve unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Aug 6, 2019
1 parent 4d632de commit 834bb07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { shallow, ShallowWrapper } from 'enzyme';
import { shallow } from 'enzyme';
import React, { ChangeEvent, ReactElement } from 'react';
import { EuiComboBox, EuiFieldSearch, EuiContextMenuPanel } from '@elastic/eui';
import { IndexPatternPrivateState } from './indexpattern';
import { createMockedDragDropContext } from './mocks';
import { InnerIndexPatternDataPanel, IndexPatternDataPanel } from './datapanel';
import { InnerIndexPatternDataPanel } from './datapanel';
import { FieldItem } from './field_item';
import { act } from 'react-dom/test-utils';
import { DatasourceDataPanelProps } from '..';

jest.mock('./loader');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import _ from 'lodash';
import React from 'react';
import { render } from 'react-dom';
import { I18nProvider } from '@kbn/i18n/react';
import { EuiText } from '@elastic/eui';
import {
DatasourceDimensionPanelProps,
DatasourceDataPanelProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { shallow, ShallowWrapper } from 'enzyme';
import React, { ChangeEvent, ReactElement } from 'react';
import { EuiComboBox, EuiFieldSearch, EuiContextMenuPanel } from '@elastic/eui';
import { shallow } from 'enzyme';
import React from 'react';
import { EuiComboBox } from '@elastic/eui';
import { IndexPatternPrivateState } from './indexpattern';
import { createMockedDragDropContext } from './mocks';
import { InnerIndexPatternDataPanel, IndexPatternDataPanel } from './datapanel';
import { FieldItem } from './field_item';
import { act } from 'react-dom/test-utils';
import { DatasourceDataPanelProps } from '..';
import { IndexPatternLayerPanelProps, LayerPanel } from './layerpanel';
import { updateLayerIndexPattern } from './state_helpers';

Expand Down

0 comments on commit 834bb07

Please sign in to comment.