1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-17 20:33:11 +00:00

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

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