From 7ff4c0b4efdec5bc4559872d6e4275213f479b0e Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Thu, 18 Dec 2014 08:18:48 -0600 Subject: [PATCH] Ignore linting the settings import --- symposion/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symposion/conf.py b/symposion/conf.py index ad9a1324..b2b729f7 100644 --- a/symposion/conf.py +++ b/symposion/conf.py @@ -1,4 +1,4 @@ -from django.conf import settings +from django.conf import settings # noqa from appconf import AppConf