Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 9, 2019
1 parent 37fc752 commit 4aec631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-test/src/failed_tests_reporter/github_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import Url from 'url';

import Axios, { AxiosRequestConfig, AxiosResponse } from 'axios';
import Axios, { AxiosRequestConfig } from 'axios';
import parseLinkHeader from 'parse-link-header';
import { ToolingLog, isAxiosResponseError, isAxiosRequestError } from '@kbn/dev-utils';

Expand Down

0 comments on commit 4aec631

Please sign in to comment.