Split imports for readability

This commit is contained in:
Radoslav Georgiev 2019-11-03 12:30:56 +02:00
parent aa3bb6c9d1
commit 47a0f26d06

View File

@ -992,7 +992,9 @@ Here's an example `project/tasks/apps.py` file:
```python
import os
from celery import Celery
from django.apps import apps, AppConfig
from django.conf import settings