mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
doc: remove unused import in zlib.md
PR-URL: https://github.com/nodejs/node/pull/59041 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
4dafa7747f
commit
b305119844
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ import {
|
|||
createReadStream,
|
||||
createWriteStream,
|
||||
} from 'node:fs';
|
||||
import process from 'node:process';
|
||||
import { createGzip } from 'node:zlib';
|
||||
import { pipeline } from 'node:stream/promises';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue