Selaa lähdekoodia

Removed unused import.

Eugene Lazutkin 3 vuotta sitten
vanhempi
commit
e4246f032f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -1,6 +1,6 @@
 'use strict';
 
-const {Readable, Writable, Duplex, Transform} = require('stream');
+const {Duplex, Transform} = require('stream');
 
 const none = Symbol.for('object-stream.none');
 const finalSymbol = Symbol.for('object-stream.final');