From 608f842c15d1ec2ae7e8f4a8c5d76b7cca8569e4 Mon Sep 17 00:00:00 2001 From: Shyam Chen Date: Sun, 28 Apr 2024 13:06:35 +0800 Subject: [PATCH] chore: duplicate use (#2598) Co-authored-by: ty <62130798+togami2864@users.noreply.github.com> --- 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;