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:
|
||||
import debug_toolbar
|
||||
import debug_toolbar # noqa
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue