Skip to content

Commit

Permalink
fix: remove bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
levex committed Apr 11, 2023
1 parent a92ccab commit 9ef1ba8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/tests/unit_node/internal/_randomFill_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
import { Buffer } from "node:buffer";
import { AsyncLocalStorage } from "node:async_hooks";
import { randomFill, randomFillSync } from "node:crypto";
import {
assertEquals,
Expand Down

0 comments on commit 9ef1ba8

Please sign in to comment.