From 02263c04a2d44dfebf90ab9e3a80daa089d9316d Mon Sep 17 00:00:00 2001 From: Shyam-Chen Date: Thu, 25 Apr 2024 21:28:42 +0800 Subject: [PATCH] chore: duplicate use --- fuzz/fuzz_targets/rome_common.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fuzz/fuzz_targets/rome_common.rs b/fuzz/fuzz_targets/rome_common.rs index 3943307900bd..3aeb3bc8eff5 100644 --- a/fuzz/fuzz_targets/rome_common.rs +++ b/fuzz/fuzz_targets/rome_common.rs @@ -10,7 +10,6 @@ use biome_js_analyze::analyze; use biome_js_formatter::context::JsFormatOptions; use biome_js_formatter::JsFormatLanguage; use biome_js_parser::parse; -use biome_js_parser::parse; use biome_js_syntax::JsFileSource; use biome_json_formatter::context::JsonFormatOptions; use biome_json_formatter::JsonFormatLanguage;