Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 23, 2020
1 parent 679ccd7 commit 1188e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

import { i18n } from '@kbn/i18n';
import { sum } from 'lodash';
import {
ApmFetchDataResponse,
FetchData,
} from '../../../../observability/public/typings/data_handler';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { FetchData } from '../../../../observability/public/data_handler';
import { ApmFetchDataResponse } from '../../../../observability/public/typings/fetch_data_response';
import { callApmApi } from './createCallApmApi';

export const fetchData: FetchData<ApmFetchDataResponse> = async ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
import { rangeFilter } from '../../../common/utils/range_filter';
import { Coordinates } from '../../../../observability/public/typings/data_handler';
import { Coordinates } from '../../../../observability/public/typings/fetch_data_response';
import { PROCESSOR_EVENT } from '../../../common/elasticsearch_fieldnames';
import { Setup, SetupTimeRange } from '../helpers/setup_request';
import { ProcessorEvent } from '../../../common/processor_event';
Expand Down

0 comments on commit 1188e7f

Please sign in to comment.