Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Nov 24, 2020
1 parent 761cfb3 commit 1256e89
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ import {
NetworkDnsEdges,
PageInfoPaginated,
} from '../../../../common/search_strategy';
import { AbortError, isCompleteResponse, isErrorResponse } from '../../../../../../../src/plugins/data/common';
import {
AbortError,
isCompleteResponse,
isErrorResponse,
} from '../../../../../../../src/plugins/data/common';
import * as i18n from './translations';
import { getInspectResponse } from '../../../helpers';
import { InspectResponse } from '../../../types';
Expand Down

0 comments on commit 1256e89

Please sign in to comment.