Skip to content

Commit

Permalink
test: fix lint error
Browse files Browse the repository at this point in the history
Fix lint error introduced 03550a5c1e. Unused module `fs` is removed.

PR-URL: #16145
Ref: #15832 (comment)
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and targos committed Oct 18, 2017
1 parent ceca43b commit 0e2db0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-tls-net-connect-prefer-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ common.refreshTmpDir();

const tls = require('tls');
const net = require('net');
const fs = require('fs');
const assert = require('assert');

function libName(lib) {
Expand Down

0 comments on commit 0e2db0e

Please sign in to comment.