From b5e7fee7775387670d455e615d3b8c5484d879bb Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sun, 17 Jan 2021 23:13:30 +0100 Subject: [PATCH] Procfile --- conduit/articles/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conduit/articles/views.py b/conduit/articles/views.py index 1866ee7..6bcc826 100644 --- a/conduit/articles/views.py +++ b/conduit/articles/views.py @@ -7,6 +7,7 @@ from flask_apispec import marshal_with, use_kwargs from flask_jwt_extended import current_user, jwt_required, jwt_optional from marshmallow import fields + from conduit.exceptions import InvalidUsage from conduit.user.models import User from .models import Article, Tags, Comment