ruff/crates/ruff_python_formatter/resources
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
..
test/fixtures Remove spaces from import statements (#7859) 2023-10-11 11:35:41 +00:00