ruff/crates/ruff_python_formatter/resources/test/fixtures
konsti 0f759af3cf
Remove spaces from import statements (#7859)
**Summary** Remove spaces from import statements such as 

```python
import tqdm .  tqdm
from tqdm .    auto import tqdm
```

See also #7760 for a better solution.

**Test Plan** New fixtures
2023-10-11 11:35:41 +00:00
..
black Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00
ruff Remove spaces from import statements (#7859) 2023-10-11 11:35:41 +00:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00