From fcd0df24ee467cbc4498e5081e7fad79d079db45 Mon Sep 17 00:00:00 2001 From: fisker Date: Tue, 7 May 2024 17:43:44 +0800 Subject: [PATCH] Lint --- test/no-magic-array-flat-depth.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/no-magic-array-flat-depth.mjs b/test/no-magic-array-flat-depth.mjs index cc954c7d3b..721204cb8a 100644 --- a/test/no-magic-array-flat-depth.mjs +++ b/test/no-magic-array-flat-depth.mjs @@ -1,4 +1,3 @@ -import outdent from 'outdent'; import {getTester} from './utils/test.mjs'; const {test} = getTester(import.meta);