◐ Shell
clean mode source ↗

doc: remove unused import in `zlib.md` · nodejs/node@d2e7f8e

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit d2e7f8e

coderaisertargos

authored and

committed

doc: remove unused import in zlib.md

PR-URL: #59041 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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