Files
ruff/crates/ruff_python_formatter/src
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
..
2023-09-02 10:05:47 +02:00
2023-09-29 02:55:39 +00:00
2023-09-06 07:10:13 +00:00