Skip to content

Commit 0717d3a

Browse files
committed
The Flask/Blueprint API moved to the Scaffold base class
Changed in: pallets/flask@b146a13 Fixes: #308 Signed-off-by: Jürgen Löhel <juergen.loehel@inlyse.com>
1 parent 1352aab commit 0717d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_restx/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from flask import url_for, request, current_app
1919
from flask import make_response as original_flask_make_response
20-
from flask.helpers import _endpoint_from_view_func
20+
from flask.scaffold import _endpoint_from_view_func
2121
from flask.signals import got_request_exception
2222

2323
from jsonschema import RefResolver

0 commit comments

Comments
 (0)