Skip to content

Commit

Permalink
Removed unused imports (#4949)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
lpizzinidev and jasonsaayman committed Sep 28, 2022
1 parent 0959c5c commit 05338f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/typescript/axios.ts
Expand Up @@ -5,7 +5,6 @@ import axios, {
AxiosInstance,
AxiosAdapter,
Cancel,
CancelToken,
CancelTokenSource,
Canceler, AxiosProgressEvent
} from 'axios';
Expand Down
1 change: 0 additions & 1 deletion test/unit/adapters/http.js
Expand Up @@ -9,7 +9,6 @@ import util from 'util';
import assert from 'assert';
import fs from 'fs';
import path from 'path';
import {EventEmitter} from 'events';
let server, proxy;
import AxiosError from '../../../lib/core/AxiosError.js';
import FormData from 'form-data';
Expand Down

0 comments on commit 05338f4

Please sign in to comment.