Pep8 imports

This commit is contained in:
Alexandre Provencio 2016-08-31 12:54:44 -03:00
parent 043ff3d8dc
commit c3967f8f33

View File

@ -8,9 +8,9 @@ Local settings
- Add django-extensions as app - Add django-extensions as app
""" """
from .common import * # noqa
import socket import socket
import os import os
from .common import * # noqa
# DEBUG # DEBUG
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------