From 19aee30b1b8b5c4dd5376257097625f150d2bd6a Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 6 Apr 2020 14:18:48 +0200 Subject: [PATCH] remove wrong inits --- app/corpora/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/corpora/__init__.py b/app/corpora/__init__.py index 8fb4514b..18392bab 100644 --- a/app/corpora/__init__.py +++ b/app/corpora/__init__.py @@ -2,5 +2,4 @@ from flask import Blueprint corpora = Blueprint('corpora', __name__) -from . import events, views # noqa -from . import pj_events, pj_views # noqa +from . import events, views # noqa \ No newline at end of file