From 2d6372e333c285faf37bb8785c36f1557c5a6740 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Thu, 18 Sep 2025 14:43:04 +0800 Subject: [PATCH] chore: remove unnecessary import --- utils/getLanguage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/getLanguage.ts b/utils/getLanguage.ts index 5d81d2a00..7144841a2 100644 --- a/utils/getLanguage.ts +++ b/utils/getLanguage.ts @@ -1,6 +1,5 @@ import * as fs from 'node:fs' import * as path from 'node:path' -import { pathToFileURL } from 'node:url' interface LanguageItem { hint?: string