Skip to content

Commit

Permalink
Remove unused stream module
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 25, 2019
1 parent 34ea884 commit 9fdcd47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
* Module dependencies.
*/

var assert = require('assert');
var net = require('net');
var tls = require('tls');
var url = require('url');
var stream = require('stream');
var assert = require('assert');
var Agent = require('agent-base');
var inherits = require('util').inherits;
var debug = require('debug')('https-proxy-agent');
Expand Down

0 comments on commit 9fdcd47

Please sign in to comment.