mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-22 17:46:38 +03:00
Split imports for readability
This commit is contained in:
parent
aa3bb6c9d1
commit
47a0f26d06
|
@ -992,7 +992,9 @@ Here's an example `project/tasks/apps.py` file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from celery import Celery
|
from celery import Celery
|
||||||
|
|
||||||
from django.apps import apps, AppConfig
|
from django.apps import apps, AppConfig
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user