ruff/crates/ruff_python_formatter/tests
Charlie Marsh 7eb2ba47cc
Add empty line after import block (#6200)
## Summary

Ensures that, given:

```python
import os
x = 1
```

We format like:

```python
import os

x = 1
```
2023-07-31 12:01:45 -04:00
..
snapshots Add empty line after import block (#6200) 2023-07-31 12:01:45 -04:00
fixtures.rs Format target: annotation = value? expressions (#5661) 2023-07-11 16:40:28 +02:00