From f7ddea3af7a9f4dfef23aa544f05348dabbad20d Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 17 Sep 2024 08:54:57 +1000 Subject: [PATCH] chore: lint `40_fs_events.js` (#25672) Fixes CI https://github.com/denoland/deno/actions/runs/10892648144/job/30225971485 --- runtime/js/40_fs_events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/js/40_fs_events.js b/runtime/js/40_fs_events.js index c20f9ed232..ec2474c0ad 100644 --- a/runtime/js/40_fs_events.js +++ b/runtime/js/40_fs_events.js @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { core, internals, primordials } from "ext:core/mod.js"; +import { core, primordials } from "ext:core/mod.js"; import { op_fs_events_open, op_fs_events_poll } from "ext:core/ops"; const { BadResourcePrototype,