Skip to content

Commit

Permalink
Remove quote comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Feb 16, 2024
1 parent 8ea7c18 commit 7eed676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ruff_python_formatter/src/other/f_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ impl Format<PyFormatContext<'_>> 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(
Expand Down

0 comments on commit 7eed676

Please sign in to comment.