Skip to content

Commit

Permalink
Remove outdated TODO (astral-sh#6400)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored and durumu committed Aug 12, 2023
1 parent 1cfeafe commit c3824bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ruff_python_formatter/src/other/arguments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl FormatNodeRule<Arguments> for FormatArguments {
write!(
f,
[
// The outer group is for things like
// The outer group is for things like:
// ```python
// get_collection(
// hey_this_is_a_very_long_call,
Expand All @@ -100,7 +100,6 @@ impl FormatNodeRule<Arguments> for FormatArguments {
// hey_this_is_a_very_long_call, it_has_funny_attributes_asdf_asdf, really=True
// )
// ```
// TODO(konstin): Doesn't work see wrongly formatted test
parenthesized_with_dangling_comments(
"(",
dangling_comments,
Expand Down

0 comments on commit c3824bf

Please sign in to comment.