From 7eed67685c6645010fc77f3c79822f556dbbeef5 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Fri, 16 Feb 2024 19:47:22 +0530 Subject: [PATCH] Remove quote comment --- crates/ruff_python_formatter/src/other/f_string.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/ruff_python_formatter/src/other/f_string.rs b/crates/ruff_python_formatter/src/other/f_string.rs index cd40f2a3752836..52d4497719995c 100644 --- a/crates/ruff_python_formatter/src/other/f_string.rs +++ b/crates/ruff_python_formatter/src/other/f_string.rs @@ -59,8 +59,6 @@ impl Format> for FormatFString<'_> { return result; } - // This could probably be simplified for Python 3.12 specifically - // as same quotes can be re-used inside an f-string. let quotes = normalizer.choose_quotes(&string, &locator); let context = FStringContext::new(