set noqa to ignore a single error

This commit is contained in:
Kfir Hadas 2017-06-08 04:13:46 +03:00
parent 95a6c6c799
commit 16e72a2a9c
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ assets = Environment(app)
# output='style.css', depends='**/*.scss')
# assets.register('style_all', css)
from nyaa import routes # noqa
from nyaa import routes # noqa E402