Skip to content

Commit 6fc7328

Browse files
blended-brammarco-ippolito
authored andcommittedJan 24, 2025
doc: remove unused import from sample code
The `node:path` module is referenced in a code snippet that doesn't actually use it. PR-URL: #55570 Reviewed-By: Raz Luvaton <rluvaton@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎doc/api/async_context.md

-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ a Worker pool around it could use the following structure:
620620
```mjs
621621
import { AsyncResource } from 'node:async_hooks';
622622
import { EventEmitter } from 'node:events';
623-
import path from 'node:path';
624623
import { Worker } from 'node:worker_threads';
625624

626625
const kTaskInfo = Symbol('kTaskInfo');

0 commit comments

Comments
 (0)
Please sign in to comment.