Pep8 imports (#767)

This commit is contained in:
Alexandre Provencio 2016-09-10 08:32:14 -03:00 committed by Jannis Gebauer
parent 28542a91a4
commit b2207f5768

View File

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