Skip to content

Commit

Permalink
Remove unused imports (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Oct 18, 2023
1 parent f882b86 commit 1862fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/rs3.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var Gun = require('../gun');
var Radisk = require('./radisk');
var fs = require('fs');
var Radix = Radisk.Radix;
var u, AWS;

Expand Down
1 change: 0 additions & 1 deletion lib/wire.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Gun.on('opt', function(root){
return;
}

var url = require('url');
opt.mesh = opt.mesh || Gun.Mesh(root);
opt.WebSocket = opt.WebSocket || require('ws');
var ws = opt.ws = opt.ws || {};
Expand Down

0 comments on commit 1862fb6

Please sign in to comment.