Skip to content

Commit 48aa4c3

Browse files
ErnestoSalazarMylesBorins
authored andcommitted
zlib: removed extra util require
PR-URL: #21069 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Kyle Farnung <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1d22254 commit 48aa4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zlib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const {
3030
const Transform = require('_stream_transform');
3131
const {
3232
_extend,
33+
inherits,
3334
types: {
3435
isAnyArrayBuffer,
3536
isArrayBufferView
@@ -50,7 +51,6 @@ const {
5051
Z_DEFAULT_STRATEGY, Z_DEFAULT_WINDOWBITS, Z_DEFAULT_MEMLEVEL, Z_FIXED,
5152
DEFLATE, DEFLATERAW, INFLATE, INFLATERAW, GZIP, GUNZIP, UNZIP
5253
} = constants;
53-
const { inherits } = require('util');
5454

5555
// translation table for return codes.
5656
const codes = {

0 commit comments

Comments
 (0)