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 committed Oct 11, 2017
1 parent 2a74fed commit acb36ab
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 acb36ab

Please sign in to comment.