From a9eacd20b5b58f008d20af1c39e3817fa2cfa6b7 Mon Sep 17 00:00:00 2001 From: McToel Date: Fri, 14 Feb 2025 00:43:22 +0100 Subject: [PATCH] removed commented out imports --- lib/request.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/request.js b/lib/request.js index 120ee380..e9a02b73 100644 --- a/lib/request.js +++ b/lib/request.js @@ -1,7 +1,3 @@ -// import ProxyAgent from 'https-proxy-agent'; -// import {isIP} from 'net'; -// import {Agent as HttpsAgent} from 'https'; -// import roundRobin from '@derhuerst/round-robin-scheduler'; import {stringify} from 'qs'; import {Request, fetch} from 'cross-fetch'; import {parse as parseContentType} from 'content-type';