Skip to content

Commit a23c2f8

Browse files
committed
Remove additional newlines from readme file
1 parent 5900321 commit a23c2f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Before you start, it can be a good idea to understand the fundamentals of
2424
Once you get a feeling how complicated things can get with all device types, you'll probably find
2525
a new appreciation for this package and are ready to adopt in you project :)
2626

27-
2827
```python
2928
# models.py
3029
from django.db import models
@@ -196,7 +195,6 @@ Unless you really care that your images hold of if you hold your UHD phone very
196195
close to your eyeballs, you should be fine, serving at the default `1x` and `2x`
197196
densities.
198197

199-
200198
### Async image processing
201199

202200
If you have either Dramatiq or Celery installed, we will default to async
@@ -213,7 +211,6 @@ You can follow [the example][migration] in our test app, to see how it works.
213211

214212
[migration]: tests/testapp/migrations/0002_alter_profile_picture.py
215213

216-
217214
## Contrib
218215

219216
### Django Rest Framework ([DRF])

0 commit comments

Comments
 (0)