From 57c38d65ec641979cbe5089e86ab5ef280c1b137 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 5 May 2022 21:47:35 +0200 Subject: [PATCH] cleanup --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 1b80eacac17b5d..f949fc47e267cd 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,5 @@ import fs from 'node:fs'; import path from 'node:path'; -import { fileURLToPath } from 'node:url'; - -const dirname = fileURLToPath(new URL('.', import.meta.url)); class DuplicateCompatError extends Error { constructor(message) {