From 16e72a2a9c886287300240b183013a1a953057ed Mon Sep 17 00:00:00 2001 From: Kfir Hadas Date: Thu, 8 Jun 2017 04:13:46 +0300 Subject: [PATCH] set noqa to ignore a single error --- nyaa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyaa/__init__.py b/nyaa/__init__.py index 9ef9bfb..cb406aa 100644 --- a/nyaa/__init__.py +++ b/nyaa/__init__.py @@ -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