summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/stream/promises.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/stream/promises.mjs')
-rw-r--r--ext/node/polyfills/stream/promises.mjs4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/node/polyfills/stream/promises.mjs b/ext/node/polyfills/stream/promises.mjs
index 69ba7fd0c..98fe38e0a 100644
--- a/ext/node/polyfills/stream/promises.mjs
+++ b/ext/node/polyfills/stream/promises.mjs
@@ -1,9 +1,7 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
-import stream from "ext:deno_node/_stream.mjs";
-
-const { finished, pipeline } = stream.promises;
+import { finished, pipeline } from "ext:deno_node/_stream.mjs";
export default {
finished,