From 571b7f29300ef06ab86eb23fd787799059a59419 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Sun, 14 May 2017 16:10:20 +0300 Subject: [PATCH] Ignore routes import line --- nyaa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyaa/__init__.py b/nyaa/__init__.py index aeda6be..7e934cb 100644 --- a/nyaa/__init__.py +++ b/nyaa/__init__.py @@ -60,4 +60,4 @@ assets = Environment(app) # output='style.css', depends='**/*.scss') # assets.register('style_all', css) -from nyaa import routes +from nyaa import routes # noqa