ruff/crates/ruff_python_formatter/resources
Charlie Marsh 7842c82a0a
Preserve end-of-line comments on import-from statements (#6216)
## Summary

Ensures that we keep comments at the end-of-line in cases like:

```python
from foo import (  # comment
  bar,
)
```

Closes https://github.com/astral-sh/ruff/issues/6067.
2023-08-01 18:58:05 +00:00
..
test/fixtures Preserve end-of-line comments on import-from statements (#6216) 2023-08-01 18:58:05 +00:00