Skip to content

Commit b305119

Browse files
authored
doc: remove unused import in zlib.md
PR-URL: #59041 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 4dafa77 commit b305119

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/api/zlib.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ import {
7474
createReadStream,
7575
createWriteStream,
7676
} from 'node:fs';
77-
import process from 'node:process';
7877
import { createGzip } from 'node:zlib';
7978
import { pipeline } from 'node:stream/promises';
8079

0 commit comments

Comments
 (0)