add # noqa to settings.py for flake8
This commit is contained in:
parent
ccdf059978
commit
153804bd88
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ MIDDLEWARE = [
|
||||||
]
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import debug_toolbar
|
import debug_toolbar # noqa
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue