Ignore linting the settings import

This commit is contained in:
Patrick Altman 2014-12-18 08:18:48 -06:00
parent 71e9ca11bd
commit 7ff4c0b4ef

View file

@ -1,4 +1,4 @@
from django.conf import settings
from django.conf import settings # noqa
from appconf import AppConf