ruff/crates/ruff_python_formatter/tests
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
..
snapshots Remove spaces from import statements (#7859) 2023-10-11 11:35:41 +00:00
fixtures.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00