mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:26:23 +00:00
formatter: tidy: list_comp is an expression, not a statement (#5677)
This commit is contained in:
parent
b7794f855b
commit
4b58a9c092
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
source: crates/ruff_python_formatter/tests/fixtures.rs
|
||||
input_file: crates/ruff_python_formatter/resources/test/fixtures/ruff/statement/list_comp.py
|
||||
input_file: crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/list_comp.py
|
||||
---
|
||||
## Input
|
||||
```py
|
Loading…
Add table
Add a link
Reference in a new issue