1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 07:26:54 +02: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