add # noqa to settings.py for flake8

This commit is contained in:
Laura Klünder 2017-05-29 16:49:58 +02:00
parent ccdf059978
commit 153804bd88

View file

@ -156,7 +156,7 @@ MIDDLEWARE = [
]
try:
import debug_toolbar
import debug_toolbar # noqa
except ImportError:
pass
else: